Added FIFO reset bypass patch for the PAL version of Wallace and Gromit in Project Zoo.
Fixes issue 6357.
This commit is contained in:
parent
92fdc15aa3
commit
0fddc49b21
|
@ -1,8 +1,10 @@
|
||||||
# GWLX6L - Project Zoo
|
# GWLX6L - Project Zoo
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[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.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 2
|
EmulationStateId = 4
|
||||||
EmulationIssues = Unespecified codes,report to devs
|
EmulationIssues =
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
|
+$Bypass FIFO reset
|
||||||
|
0x8028EE80:dword:0x48000638
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
|
|
Loading…
Reference in New Issue