GameDB: Enable ICache for Crash 3
Sound effects during the intro can be lost if the CPU runs too fast.
This commit is contained in:
parent
2603ce5976
commit
666fee2df7
|
@ -30517,8 +30517,9 @@ SCUS-94244:
|
||||||
- AnalogController
|
- AnalogController
|
||||||
- DigitalController
|
- DigitalController
|
||||||
traits:
|
traits:
|
||||||
- ForceRoundTextureCoordinates
|
- ForceRoundTextureCoordinates # Fixes alignment of flipped textures when upscaling.
|
||||||
- DisablePGXPColorCorrection
|
- DisablePGXPColorCorrection # Shadows break with perspective correct colour.
|
||||||
|
- ForceRecompilerICache # Sound effects during intro are lost if the CPU is too fast.
|
||||||
metadata:
|
metadata:
|
||||||
publisher: "Sony"
|
publisher: "Sony"
|
||||||
developer: "Naughty Dog, Inc"
|
developer: "Naughty Dog, Inc"
|
||||||
|
@ -30626,8 +30627,9 @@ SCPS-10073:
|
||||||
- AnalogController
|
- AnalogController
|
||||||
- DigitalController
|
- DigitalController
|
||||||
traits:
|
traits:
|
||||||
- ForceRoundTextureCoordinates
|
- ForceRoundTextureCoordinates # Fixes alignment of flipped textures when upscaling.
|
||||||
- DisablePGXPColorCorrection
|
- DisablePGXPColorCorrection # Shadows break with perspective correct colour.
|
||||||
|
- ForceRecompilerICache # Sound effects during intro are lost if the CPU is too fast.
|
||||||
codes:
|
codes:
|
||||||
- SCPS-10073
|
- SCPS-10073
|
||||||
- SCPS-91164
|
- SCPS-91164
|
||||||
|
@ -30654,7 +30656,9 @@ SCPS-45350:
|
||||||
- AnalogController
|
- AnalogController
|
||||||
- DigitalController
|
- DigitalController
|
||||||
traits:
|
traits:
|
||||||
- ForceRoundTextureCoordinates
|
- ForceRoundTextureCoordinates # Fixes alignment of flipped textures when upscaling.
|
||||||
|
- DisablePGXPColorCorrection # Shadows break with perspective correct colour.
|
||||||
|
- ForceRecompilerICache # Sound effects during intro are lost if the CPU is too fast.
|
||||||
metadata:
|
metadata:
|
||||||
publisher: "Sony"
|
publisher: "Sony"
|
||||||
developer: "Naughty Dog, Inc"
|
developer: "Naughty Dog, Inc"
|
||||||
|
@ -30677,8 +30681,9 @@ SCES-01420:
|
||||||
- AnalogController
|
- AnalogController
|
||||||
- DigitalController
|
- DigitalController
|
||||||
traits:
|
traits:
|
||||||
- ForceRoundTextureCoordinates
|
- ForceRoundTextureCoordinates # Fixes alignment of flipped textures when upscaling.
|
||||||
- DisablePGXPColorCorrection
|
- DisablePGXPColorCorrection # Shadows break with perspective correct colour.
|
||||||
|
- ForceRecompilerICache # Sound effects during intro are lost if the CPU is too fast.
|
||||||
metadata:
|
metadata:
|
||||||
publisher: "Sony"
|
publisher: "Sony"
|
||||||
developer: "Naughty Dog, Inc"
|
developer: "Naughty Dog, Inc"
|
||||||
|
|
Loading…
Reference in New Issue