Skip to content

Commit

Permalink
GameDB: various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrlinkwii authored and refractionpcsx2 committed Sep 13, 2023
1 parent 357a90d commit 9c4fdc1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13092,6 +13092,8 @@ SLES-50713:
// Snow effect has to be removed for this fix (needs accurate emulation).
// Fixed by rearranging COP2 instructions.
patch=1,EE,00214aec,word,00000000
gameFixes:
- SoftwareRendererFMVHack # Fixes broken FMVs.
SLES-50714:
name: "Defender"
region: "PAL-M5"
Expand Down Expand Up @@ -14141,6 +14143,9 @@ SLES-51128:
name: "Total Immersion Racing"
region: "PAL-M5"
compat: 5
gsHWFixes:
textureInsideRT: 1 # Needed for post processing effects.
roundSprite: 1 # Fixes upscaling lines.
SLES-51130:
name: "Tony Hawk's Pro Skater 4"
region: "PAL-E"
Expand Down Expand Up @@ -18389,6 +18394,8 @@ SLES-52920:
SLES-52921:
name: "Rogue Trooper"
region: "PAL-M5"
gsHWFixes:
halfPixelOffset: 3 # Fixes ghosting.
SLES-52922:
name: "EyeToy - Disney Move"
region: "PAL-M5"
Expand Down Expand Up @@ -48035,6 +48042,8 @@ SLUS-20284:
// Snow effect has to be removed for this fix (and that needs accurate emulation).
// Fixed by rearranging COP2 instructions.
patch=1,EE,002131bc,word,00000000
gameFixes:
- SoftwareRendererFMVHack # Fixes broken FMVs.
SLUS-20285:
name: "MotoGP 2"
region: "NTSC-U"
Expand Down Expand Up @@ -48614,6 +48623,9 @@ SLUS-20409:
name: "Total Immersion Racing"
region: "NTSC-U"
compat: 5
gsHWFixes:
textureInsideRT: 1 # Needed for post processing effects.
roundSprite: 1 # Fixes upscaling lines.
SLUS-20412:
name: "Hot Wheels - Velocity X"
region: "NTSC-U"
Expand Down Expand Up @@ -53523,6 +53535,8 @@ SLUS-21320:
name: "Rogue Trooper"
region: "NTSC-U"
compat: 5
gsHWFixes:
halfPixelOffset: 3 # Fixes ghosting.
SLUS-21321:
name: "Squadra Course Alfa Romeo"
region: "NTSC-U"
Expand Down

0 comments on commit 9c4fdc1

Please sign in to comment.