aboutsummaryrefslogtreecommitdiff
path: root/source/memmap.c
diff options
context:
space:
mode:
authoraliaspider2014-11-02 07:59:49 +0100
committeraliaspider2014-11-02 07:59:49 +0100
commit89e63225bb059560787ae67444c2cc1fd2a38a66 (patch)
tree6d757a7631c32e381521670df6be73f528a6c125 /source/memmap.c
parent79a0fe978c6eece18d2e05320d6c86de584dbb48 (diff)
downloadsnes9x2005-89e63225bb059560787ae67444c2cc1fd2a38a66.tar.gz
snes9x2005-89e63225bb059560787ae67444c2cc1fd2a38a66.tar.bz2
snes9x2005-89e63225bb059560787ae67444c2cc1fd2a38a66.zip
disable cheats.
Diffstat (limited to 'source/memmap.c')
-rw-r--r--source/memmap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/memmap.c b/source/memmap.c
index 13fcd9c..587a2c2 100644
--- a/source/memmap.c
+++ b/source/memmap.c
@@ -910,9 +910,11 @@ again:
FreeSDD1Data();
InitROM(Tales);
+#ifdef WANT_CHEATS
S9xLoadCheatFile(S9xGetFilename("cht"));
S9xInitCheatData();
S9xApplyCheats();
+#endif
S9xReset();