aboutsummaryrefslogtreecommitdiff
path: root/source/cheats.c
diff options
context:
space:
mode:
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