Fix GWL.ini mistake made in 2e02c10
The patches are different, so they can't be in the region-neutral INI.
This commit is contained in:
parent
bb87bb73f4
commit
8d899ab01e
|
@ -13,9 +13,6 @@ EmulationIssues =
|
||||||
|
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
# Add memory patches to be applied every frame here.
|
# Add memory patches to be applied every frame here.
|
||||||
$Bypass FIFO reset
|
|
||||||
0x8028EE80:dword:0x48000638
|
|
||||||
|
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
# GWLE6L - Project Zoo
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
$Bypass FIFO reset
|
||||||
|
0x8028EF00:dword:0x48000638
|
|
@ -0,0 +1,5 @@
|
||||||
|
# GWLX6L - Project Zoo
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
$Bypass FIFO reset
|
||||||
|
0x8028EE80:dword:0x48000638
|
Loading…
Reference in New Issue