summaryrefslogtreecommitdiff
path: root/gui/Gtk2Gui.c
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-06-29 12:48:12 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-06-29 12:48:12 +0000
commit032f74dd1a205a3e2d032e0d0deb60eac8b42de4 (patch)
tree362cc2b7c1b4e0a6f21466aea1671fc905bbc66f /gui/Gtk2Gui.c
parentbf555e061aaf87c519c402db51472a39a409841a (diff)
downloadpcsxr-032f74dd1a205a3e2d032e0d0deb60eac8b42de4.tar.gz
implemented cheat search
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23829 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui/Gtk2Gui.c')
-rw-r--r--gui/Gtk2Gui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/Gtk2Gui.c b/gui/Gtk2Gui.c
index f39c49c1..08336e37 100644
--- a/gui/Gtk2Gui.c
+++ b/gui/Gtk2Gui.c
@@ -706,6 +706,7 @@ void OnEmu_Run() {
}
if (Config.Dbg) hdb_start();
+ CheatSearchBackupMemory();
psxCpu->Execute();
}
@@ -758,6 +759,7 @@ void OnEmu_SwitchImage() {
cdOpenCase = time(NULL) + 2;
if (Config.Dbg) hdb_start();
+ CheatSearchBackupMemory();
psxCpu->Execute();
}