mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-02 09:40:04 +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:
|
||||
- DigitalController
|
||||
- PlayStationMouse
|
||||
traits:
|
||||
- DisableUpscaling # Breaks rendering.
|
||||
- DisablePGXP # 2D game, redundant.
|
||||
- DisableWidescreen # Breaks rendering.
|
||||
- DisableSpriteTextureFiltering # Breaks rendering.
|
||||
metadata:
|
||||
publisher: "Acclaim"
|
||||
developer: "System 3 Software"
|
||||
@ -29537,6 +29542,11 @@ SLES-01428:
|
||||
controllers:
|
||||
- DigitalController
|
||||
- PlayStationMouse
|
||||
traits:
|
||||
- DisableUpscaling # Breaks rendering.
|
||||
- DisablePGXP # 2D game, redundant.
|
||||
- DisableWidescreen # Breaks rendering.
|
||||
- DisableSpriteTextureFiltering # Breaks rendering.
|
||||
metadata:
|
||||
publisher: "Acclaim"
|
||||
developer: "System 3 Software"
|
||||
|
Loading…
x
Reference in New Issue
Block a user