Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GameDB: DT games various fixes #9930

Merged
merged 1 commit into from
Sep 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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