From 89e63225bb059560787ae67444c2cc1fd2a38a66 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Sun, 2 Nov 2014 07:59:49 +0100 Subject: disable cheats. --- source/memmap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/memmap.c') 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(); -- cgit v1.2.3