GameDB: Disable upscaling and filtering in Constructor (#3432)

This commit is contained in:
CRASHARKI 2025-05-31 06:27:13 +02:00 committed by GitHub
parent 02d8e14752
commit 9d59763bad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"