Skip to content

Commit

Permalink
GameDB: Enable ICache for Crash 3
Browse files Browse the repository at this point in the history
Sound effects during the intro can be lost if the CPU runs too fast.
  • Loading branch information
stenzek committed Dec 15, 2024
1 parent 2603ce5 commit 666fee2
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions data/resources/gamedb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30517,8 +30517,9 @@ SCUS-94244:
- AnalogController
- DigitalController
traits:
- ForceRoundTextureCoordinates
- DisablePGXPColorCorrection
- 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:
publisher: "Sony"
developer: "Naughty Dog, Inc"
Expand Down Expand Up @@ -30626,8 +30627,9 @@ SCPS-10073:
- AnalogController
- DigitalController
traits:
- ForceRoundTextureCoordinates
- DisablePGXPColorCorrection
- 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.
codes:
- SCPS-10073
- SCPS-91164
Expand All @@ -30654,7 +30656,9 @@ SCPS-45350:
- AnalogController
- DigitalController
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:
publisher: "Sony"
developer: "Naughty Dog, Inc"
Expand All @@ -30677,8 +30681,9 @@ SCES-01420:
- AnalogController
- DigitalController
traits:
- ForceRoundTextureCoordinates
- DisablePGXPColorCorrection
- 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:
publisher: "Sony"
developer: "Naughty Dog, Inc"
Expand Down

0 comments on commit 666fee2

Please sign in to comment.