mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-16 10:55:39 +00:00
GameDB: Set accurate blending for Addie no Okurimono
Fixes screen flicker in hardware renderers.
This commit is contained in:
parent
2a617c505a
commit
49772f0479
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue