Skip to content

Commit

Permalink
GameDB: DT games various fixes
Browse files Browse the repository at this point in the history
Fixes for slow performance and shadows being less broken now.
  • Loading branch information
JordanTheToaster authored and refractionpcsx2 committed Sep 9, 2023
1 parent 8552a89 commit 92acbd0
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8487,9 +8487,11 @@ SCPS-56016:
gameFixes:
- GIFFIFOHack
gsHWFixes:
mipmap: 1
autoFlush: 2
estimateTextureRegion: 1 # Improves performance.
estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
gpuPaletteConversion: 2 # Improves performance and reduces hash cache size.
autoFlush: 1 # Corrects shadows (Currently still broken even with this).
mipmap: 2 # Mipmap + trilinear, matches sw renderer.
trilinearFiltering: 1
SCPS-72001:
name: "Gran Turismo 3 - A-Spec"
region: "NTSC-J"
Expand Down Expand Up @@ -21153,9 +21155,11 @@ SLES-53904:
clampModes:
vuClampMode: 0 # Fixes black artifacts on tracks
gsHWFixes:
mipmap: 1
autoFlush: 2
estimateTextureRegion: 1 # Improves performance.
estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
gpuPaletteConversion: 2 # Improves performance and reduces hash cache size.
autoFlush: 1 # Corrects shadows (Currently still broken even with this).
mipmap: 2 # Mipmap + trilinear, matches sw renderer.
trilinearFiltering: 1
SLES-53906:
name: "50 Cent - Bulletproof"
region: "PAL-F"
Expand Down Expand Up @@ -52121,9 +52125,11 @@ SLUS-21095:
region: "NTSC-U"
compat: 5
gsHWFixes:
mipmap: 1
autoFlush: 2
estimateTextureRegion: 1 # Improves performance.
estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
gpuPaletteConversion: 2 # Improves performance and reduces hash cache size.
autoFlush: 1 # Corrects shadows (Currently still broken even with this).
mipmap: 2 # Mipmap + trilinear, matches sw renderer.
trilinearFiltering: 1
SLUS-21096:
name: "Ape Escape - Pumped & Primed"
region: "NTSC-U"
Expand Down Expand Up @@ -55873,6 +55879,12 @@ SLUS-21793:
name: "DT Carnage"
region: "NTSC-U"
compat: 3
gsHWFixes:
estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
gpuPaletteConversion: 2 # Improves performance and reduces hash cache size.
autoFlush: 1 # Corrects shadows (Currently still broken even with this).
mipmap: 2 # Mipmap + trilinear, matches sw renderer.
trilinearFiltering: 1
SLUS-21794:
name: "Go, Diego, Go! Great Dinosaur Rescue"
region: "NTSC-U"
Expand Down

0 comments on commit 92acbd0

Please sign in to comment.