diff options
| author | skidau <skidau@gmail.com> | 2013-06-10 23:40:20 +1000 |
|---|---|---|
| committer | skidau <skidau@gmail.com> | 2013-06-10 23:40:20 +1000 |
| commit | 0fddc49b210dbbaa2564f2a4cea8b875cefd4b8c (patch) | |
| tree | 716f96dede7885fc92ffd6057ce993c6054c5153 /Data | |
| parent | 92fdc15aa337eb21310ef89d211a53352084904f (diff) | |
Added FIFO reset bypass patch for the PAL version of Wallace and Gromit in Project Zoo.
Fixes issue 6357.
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/User/GameConfig/GWLX6L.ini | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Data/User/GameConfig/GWLX6L.ini b/Data/User/GameConfig/GWLX6L.ini index ae259eb466..cd4408b3e5 100644 --- a/Data/User/GameConfig/GWLX6L.ini +++ b/Data/User/GameConfig/GWLX6L.ini @@ -1,8 +1,10 @@ # GWLX6L - Project Zoo [Core] Values set here will override the main dolphin settings. -TLBHack=1 +TLBHack = 1 [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 2 -EmulationIssues = Unespecified codes,report to devs +EmulationStateId = 4 +EmulationIssues = [OnFrame] Add memory patches to be applied every frame here. ++$Bypass FIFO reset +0x8028EE80:dword:0x48000638 [ActionReplay] Add action replay cheats here. |
