GameDB: Set accurate blending for Addie no Okurimono

Fixes screen flicker in hardware renderers.
This commit is contained in:
Stenzek 2024-07-22 02:49:01 +10:00
parent 2a617c505a
commit 49772f0479
No known key found for this signature in database

View file

@ -3181,7 +3181,8 @@ SCPS-10126:
- AnalogController - AnalogController
- DigitalController - DigitalController
traits: traits:
- ForceSoftwareRenderer # Fixes screen flicker, blending precision. - ForceAccurateBlending # Requires 16-bit blend precision
- DisableTrueColor # to fix screen flicker.
metadata: metadata:
publisher: "Sony" publisher: "Sony"
developer: "Sony" developer: "Sony"
@ -3204,7 +3205,8 @@ SLES-04108:
- AnalogController - AnalogController
- DigitalController - DigitalController
traits: traits:
- ForceSoftwareRenderer # Fixes screen flicker, blending precision. - ForceAccurateBlending # Requires 16-bit blend precision
- DisableTrueColor # to fix screen flicker.
metadata: metadata:
publisher: "Vivendi Universal Games, Inc" publisher: "Vivendi Universal Games, Inc"
developer: "Coktel Vision / Neko Entertaiment" developer: "Coktel Vision / Neko Entertaiment"