From 89e63225bb059560787ae67444c2cc1fd2a38a66 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Sun, 2 Nov 2014 07:59:49 +0100 Subject: disable cheats. --- source/cheats2.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/cheats2.c') diff --git a/source/cheats2.c b/source/cheats2.c index 8118552..aaee684 100644 --- a/source/cheats2.c +++ b/source/cheats2.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 #include #include @@ -288,3 +291,5 @@ bool8 S9xSaveCheatFile(const char* filename) fclose(fs); return (TRUE); } + +#endif -- cgit v1.2.3