mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
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:
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user