ISOProperties.cpp can now toggle and remove cheats/patches. Still have to do add/edit. Put PatchEngine in it's own namespace, changed format of patches.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1289 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2008-11-24 19:11:15 +00:00
parent 4dd91ec191
commit 0b5fed62c1
20 changed files with 308 additions and 169 deletions

View File

@ -6,8 +6,6 @@
[EmuState]
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 2
[OnLoad]
#Add memory patches to be loaded once on boot here.
[OnFrame]
#Add memory patches to be applied every frame here.
[ActionReplay]

View File

@ -7,8 +7,6 @@
[EmuState]
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 2
[OnLoad]
#Add memory patches to be loaded once on boot here.
[OnFrame]
#Add memory patches to be applied every frame here.
[ActionReplay]

View File

@ -4,11 +4,9 @@
[EmuState]
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
[OnLoad]
#Add memory patches to be loaded once on boot here.
[OnFrame]
#Add memory patches to be applied every frame here.
#0x8044CD30=dword:0xFFFFFFFF
0x8044CD30=dword:0xFFFFFFFF
[ActionReplay]
#Add action replay cheats here.
$P1 - No Damage

View File

@ -6,8 +6,6 @@
[EmuState]
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 2
[OnLoad]
#Add memory patches to be loaded once on boot here.
[OnFrame]
#Add memory patches to be applied every frame here.
[ActionReplay]

View File

@ -7,8 +7,6 @@
[EmuState]
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 2
[OnLoad]
#Add memory patches to be loaded once on boot here.
[OnFrame]
#Add memory patches to be applied every frame here.
[ActionReplay]

View File

@ -4,8 +4,6 @@
[EmuState]
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 0
[OnLoad]
#Add memory patches to be loaded once on boot here.
[OnFrame]
#Add memory patches to be applied every frame here.
[ActionReplay]

View File

@ -4,8 +4,6 @@
[EmuState]
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 5
[OnLoad]
#Add memory patches to be loaded once on boot here.
[OnFrame]
#Add memory patches to be applied every frame here.
[ActionReplay]

View File

@ -4,8 +4,6 @@
[EmuState]
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 2
[OnLoad]
#Add memory patches to be loaded once on boot here.
[OnFrame]
#Add memory patches to be applied every frame here.
[ActionReplay]

View File

@ -4,22 +4,22 @@
[EmuState]
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 2
[OnLoad]
#Add memory patches to be loaded once on boot here.
[OnFrame]
#Add memory patches to be applied every frame here.
0x802904b4=dword:0x4E800020 #Fix item hang
#WARNING - cheats may screw up your save games
#0x803C4C09=byte:0x50 #Max health
#0x803C4C0B=byte:0x50 #Current health
#Hidden dungeon
#0x803C9D44=dword:0x000000FF
#0x803C9D48=dword:0x485F7465
#0x803C9D4C=dword:0x73740000
#Snow test room
#0x803C9D44=dword:0x000000FF
#0x803C9D48=dword:0x49546573
#0x803C9D4C=dword:0x74363200
+$Fix item hang
0x802904b4=dword:0x4E800020
$Max health
0x803C4C09=byte:0x50
$Current health
0x803C4C0B=byte:0x50
$Hidden dungeon
0x803C9D44=dword:0x000000FF
0x803C9D48=dword:0x485F7465
0x803C9D4C=dword:0x73740000
$Snow test room
0x803C9D44=dword:0x000000FF
0x803C9D48=dword:0x49546573
0x803C9D4C=dword:0x74363200
[ActionReplay]
#Add action replay cheats here.
#Codes by GCNHacker87

View File

@ -4,22 +4,22 @@
[EmuState]
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 2
[OnLoad]
#Add memory patches to be loaded once on boot here.
[OnFrame]
#Add memory patches to be applied every frame here.
0x80295654=dword:0x4E800020 #Fix item hang
#WARNING - cheats may screw up your save games
#0x803C4C09=byte:0x50 #Max health
#0x803C4C0B=byte:0x50 #Current health
#Hidden dungeon
#0x803C9D44=dword:0x000000FF
#0x803C9D48=dword:0x485F7465
#0x803C9D4C=dword:0x73740000
#Snow test room
#0x803C9D44=dword:0x000000FF
#0x803C9D48=dword:0x49546573
#0x803C9D4C=dword:0x74363200
+$Fix item hang
0x80295654:dword:0x4E800020
$Max health
0x803C4C09=byte:0x50
$Current health
0x803C4C0B=byte:0x50
$Hidden dungeon
0x803C9D44=dword:0x000000FF
0x803C9D48=dword:0x485F7465
0x803C9D4C=dword:0x73740000
$Snow test room
0x803C9D44=dword:0x000000FF
0x803C9D48=dword:0x49546573
0x803C9D4C=dword:0x74363200
[ActionReplay]
#Add action replay cheats here.
$(M)