Skip to content

Commit

Permalink
GameDB: Various fixes
Browse files Browse the repository at this point in the history
Fixes for floating eye balls being kinda creepy and a really bad game having really bad interlacing issues.
  • Loading branch information
JordanTheToaster authored and refractionpcsx2 committed Nov 1, 2023
1 parent 7e9fbab commit bad7a94
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23712,6 +23712,10 @@ SLES-54549:
compat: 5
gameFixes:
- FpuNegDivHack # Fixes black fade effects and some overlays texts in the menus.
gsHWFixes:
mipmap: 2 # Mipmap + trilinear, improves road and grass textures to match sw renderer.
trilinearFiltering: 1
deinterlace: 9 # Fixes disorderly interlacing lines.
SLES-54550:
name: "White Van Racer"
region: "PAL-E"
Expand Down Expand Up @@ -49786,8 +49790,10 @@ SLPS-25165:
SLPS-25166:
name: 金鉱脈探査シミュレーション インゴット79
name-sort: きんこうみゃくたんさしみゅれーしょん いんごっと79
name-en: "Ingot 79"
name-en: "Kinkoumyaku Tansa Simulation - Ingot 79"
region: "NTSC-J"
gsHWFixes:
minimumBlendingLevel: 3 # Fixes character heads being translucent.
SLPS-25167:
name: "Triple Play 2002"
region: "NTSC-J"
Expand Down Expand Up @@ -63441,6 +63447,10 @@ SLUS-21634:
compat: 5
gameFixes:
- FpuNegDivHack # Fixes black fade effects and some overlays texts in the menus.
gsHWFixes:
mipmap: 2 # Mipmap + trilinear, improves road and grass textures to match sw renderer.
trilinearFiltering: 1
deinterlace: 9 # Fixes disorderly interlacing lines.
SLUS-21635:
name: "Monster Jam"
region: "NTSC-U"
Expand Down

0 comments on commit bad7a94

Please sign in to comment.