GameDB: Disable upscaling and filtering in Constructor

This commit is contained in:
CRASHARKI 2025-05-30 20:56:23 +02:00
parent 0a0ad3f9e2
commit ebb4d6fbef

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"