GameDB: DT games various fixes

Fixes for slow performance and shadows being less broken now.
This commit is contained in:
JordanTheToaster 2023-09-08 23:34:00 +01:00 committed by refractionpcsx2
parent 8552a89838
commit 92acbd006b
1 changed files with 21 additions and 9 deletions

View File

@ -8487,9 +8487,11 @@ SCPS-56016:
gameFixes: gameFixes:
- GIFFIFOHack - GIFFIFOHack
gsHWFixes: gsHWFixes:
mipmap: 1 estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
autoFlush: 2 gpuPaletteConversion: 2 # Improves performance and reduces hash cache size.
estimateTextureRegion: 1 # Improves performance. autoFlush: 1 # Corrects shadows (Currently still broken even with this).
mipmap: 2 # Mipmap + trilinear, matches sw renderer.
trilinearFiltering: 1
SCPS-72001: SCPS-72001:
name: "Gran Turismo 3 - A-Spec" name: "Gran Turismo 3 - A-Spec"
region: "NTSC-J" region: "NTSC-J"
@ -21153,9 +21155,11 @@ SLES-53904:
clampModes: clampModes:
vuClampMode: 0 # Fixes black artifacts on tracks vuClampMode: 0 # Fixes black artifacts on tracks
gsHWFixes: gsHWFixes:
mipmap: 1 estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
autoFlush: 2 gpuPaletteConversion: 2 # Improves performance and reduces hash cache size.
estimateTextureRegion: 1 # Improves performance. autoFlush: 1 # Corrects shadows (Currently still broken even with this).
mipmap: 2 # Mipmap + trilinear, matches sw renderer.
trilinearFiltering: 1
SLES-53906: SLES-53906:
name: "50 Cent - Bulletproof" name: "50 Cent - Bulletproof"
region: "PAL-F" region: "PAL-F"
@ -52121,9 +52125,11 @@ SLUS-21095:
region: "NTSC-U" region: "NTSC-U"
compat: 5 compat: 5
gsHWFixes: gsHWFixes:
mipmap: 1 estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
autoFlush: 2 gpuPaletteConversion: 2 # Improves performance and reduces hash cache size.
estimateTextureRegion: 1 # Improves performance. autoFlush: 1 # Corrects shadows (Currently still broken even with this).
mipmap: 2 # Mipmap + trilinear, matches sw renderer.
trilinearFiltering: 1
SLUS-21096: SLUS-21096:
name: "Ape Escape - Pumped & Primed" name: "Ape Escape - Pumped & Primed"
region: "NTSC-U" region: "NTSC-U"
@ -55873,6 +55879,12 @@ SLUS-21793:
name: "DT Carnage" name: "DT Carnage"
region: "NTSC-U" region: "NTSC-U"
compat: 3 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: SLUS-21794:
name: "Go, Diego, Go! Great Dinosaur Rescue" name: "Go, Diego, Go! Great Dinosaur Rescue"
region: "NTSC-U" region: "NTSC-U"