mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-04 02:30:05 +00:00
GameDB: Disable upscaling and filtering in Constructor (#3432)
This commit is contained in:
parent
02d8e14752
commit
9d59763bad
@ -29515,6 +29515,11 @@ SLES-00927:
|
|||||||
controllers:
|
controllers:
|
||||||
- DigitalController
|
- DigitalController
|
||||||
- PlayStationMouse
|
- PlayStationMouse
|
||||||
|
traits:
|
||||||
|
- DisableUpscaling # Breaks rendering.
|
||||||
|
- DisablePGXP # 2D game, redundant.
|
||||||
|
- DisableWidescreen # Breaks rendering.
|
||||||
|
- DisableSpriteTextureFiltering # Breaks rendering.
|
||||||
metadata:
|
metadata:
|
||||||
publisher: "Acclaim"
|
publisher: "Acclaim"
|
||||||
developer: "System 3 Software"
|
developer: "System 3 Software"
|
||||||
@ -29537,6 +29542,11 @@ SLES-01428:
|
|||||||
controllers:
|
controllers:
|
||||||
- DigitalController
|
- DigitalController
|
||||||
- PlayStationMouse
|
- PlayStationMouse
|
||||||
|
traits:
|
||||||
|
- DisableUpscaling # Breaks rendering.
|
||||||
|
- DisablePGXP # 2D game, redundant.
|
||||||
|
- DisableWidescreen # Breaks rendering.
|
||||||
|
- DisableSpriteTextureFiltering # Breaks rendering.
|
||||||
metadata:
|
metadata:
|
||||||
publisher: "Acclaim"
|
publisher: "Acclaim"
|
||||||
developer: "System 3 Software"
|
developer: "System 3 Software"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user