Skip to content

Commit

Permalink
Gamedb: add WRC4 patch to NTSC-J version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrlinkwii authored and refractionpcsx2 committed Oct 30, 2022
1 parent 92b5a6e commit 614c535
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions bin/resources/GameIndex.yaml
Expand Up @@ -29362,6 +29362,26 @@ SLPM-65974:
SLPM-65975:
name: "WRC 4"
region: "NTSC-J"
gameFixes:
- XGKickHack # Fixes SPS.
patches:
default:
content: |-
author=kozarovv
// Proper patch for WRC 4. CRC independent.
// I wrote a small runtime that moves unpacker higher right after emulator boot.
// Seems little bit extensive, but there is no way to make it smaller.
// Solves TLB miss errors which prevented the game from booting.
patch=0,EE,0040000C,double,3c0500603cc70054
patch=0,EE,00400014,double,24a5001024840010
patch=0,EE,0040001C,double,7ca6000078860000
patch=0,EE,00400024,double,000000001487fffb
patch=0,EE,0040002c,double,000000000817fff5
patch=0,EE,005fffd4,double,3c1c70003c040060
patch=0,EE,005fffdc,double,3c0700003c067000
patch=0,EE,005fffe4,double,279c000024840800
patch=0,EE,005fffec,double,24e7100024c60080
patch=0,EE,005ffff4,double,00c7e8200818000c
gsHWFixes:
autoFlush: 1 # Fixes car shadows.
roundSprite: 1 # Fixes misalgined text.
Expand Down Expand Up @@ -30656,6 +30676,26 @@ SLPM-66333:
SLPM-66334:
name: "WRC 4 [Spike the Best]"
region: "NTSC-J"
gameFixes:
- XGKickHack # Fixes SPS.
patches:
default:
content: |-
author=kozarovv
// Proper patch for WRC 4. CRC independent.
// I wrote a small runtime that moves unpacker higher right after emulator boot.
// Seems little bit extensive, but there is no way to make it smaller.
// Solves TLB miss errors which prevented the game from booting.
patch=0,EE,0040000C,double,3c0500603cc70054
patch=0,EE,00400014,double,24a5001024840010
patch=0,EE,0040001C,double,7ca6000078860000
patch=0,EE,00400024,double,000000001487fffb
patch=0,EE,0040002c,double,000000000817fff5
patch=0,EE,005fffd4,double,3c1c70003c040060
patch=0,EE,005fffdc,double,3c0700003c067000
patch=0,EE,005fffe4,double,279c000024840800
patch=0,EE,005fffec,double,24e7100024c60080
patch=0,EE,005ffff4,double,00c7e8200818000c
gsHWFixes:
autoFlush: 1 # Fixes car shadows.
roundSprite: 1 # Fixes misalgined text.
Expand Down

0 comments on commit 614c535

Please sign in to comment.