aboutsummaryrefslogtreecommitdiff
path: root/source/globals.c
diff options
context:
space:
mode:
authoraliaspider2014-11-02 07:59:49 +0100
committeraliaspider2014-11-02 07:59:49 +0100
commit89e63225bb059560787ae67444c2cc1fd2a38a66 (patch)
tree6d757a7631c32e381521670df6be73f528a6c125 /source/globals.c
parent79a0fe978c6eece18d2e05320d6c86de584dbb48 (diff)
downloadsnesemu-89e63225bb059560787ae67444c2cc1fd2a38a66.tar.gz
snesemu-89e63225bb059560787ae67444c2cc1fd2a38a66.tar.bz2
snesemu-89e63225bb059560787ae67444c2cc1fd2a38a66.zip
disable cheats.
Diffstat (limited to 'source/globals.c')
-rw-r--r--source/globals.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/globals.c b/source/globals.c
index 87307df..e2c9d7c 100644
--- a/source/globals.c
+++ b/source/globals.c
@@ -165,7 +165,9 @@ uint32 odd_low[4][16];
uint32 even_high[4][16];
uint32 even_low[4][16];
+#ifdef WANT_CHEATS
SCheatData Cheat;
+#endif
SoundStatus so;