aboutsummaryrefslogtreecommitdiff
path: root/source/cheats.c
diff options
context:
space:
mode:
authoraliaspider2014-11-02 07:59:49 +0100
committeraliaspider2014-11-02 07:59:49 +0100
commit89e63225bb059560787ae67444c2cc1fd2a38a66 (patch)
tree6d757a7631c32e381521670df6be73f528a6c125 /source/cheats.c
parent79a0fe978c6eece18d2e05320d6c86de584dbb48 (diff)
downloadsnes9x2005-89e63225bb059560787ae67444c2cc1fd2a38a66.tar.gz
snes9x2005-89e63225bb059560787ae67444c2cc1fd2a38a66.tar.bz2
snes9x2005-89e63225bb059560787ae67444c2cc1fd2a38a66.zip
disable cheats.
Diffstat (limited to 'source/cheats.c')
-rw-r--r--source/cheats.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/cheats.c b/source/cheats.c
index f9f1ac8..403738d 100644
--- a/source/cheats.c
+++ b/source/cheats.c
@@ -86,6 +86,9 @@
Super NES and Super Nintendo Entertainment System are trademarks of
Nintendo Co., Limited and its subsidiary companies.
*******************************************************************************/
+
+#ifdef WANT_CHEATS
+
#include <stdio.h>
#include <ctype.h>
#include <string.h>
@@ -459,3 +462,4 @@ void S9xOutputCheatSearchResults(SCheatData* d)
}
}
+#endif