Permalink
Please
sign in to comment.
Browse files
Added FIFO reset bypass patch for the PAL version of Wallace and Grom…
…it in Project Zoo. Fixes issue 6357.
- Loading branch information
@@ -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. |
0 comments on commit
0fddc49