aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortwinaphex2014-12-06 21:55:19 +0100
committertwinaphex2014-12-06 21:55:19 +0100
commit6017ba80d41ebe044721a2190862c0ba54303f02 (patch)
treee626da447856a334d8b3cc8cdfa5498c7f1c9e93 /Makefile
parent8e3c2e02c2fcde3a0ffc3b616777332ec5b6e5be (diff)
downloadsnesemu-6017ba80d41ebe044721a2190862c0ba54303f02.tar.gz
snesemu-6017ba80d41ebe044721a2190862c0ba54303f02.tar.bz2
snesemu-6017ba80d41ebe044721a2190862c0ba54303f02.zip
Implement cheat code stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cdec8ba..bbd03ba 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,7 @@ endif
DEFS += -DSPC700_C -DEXECUTE_SUPERFX_PER_LINE -DSDD1_DECOMP \
-DVAR_CYCLES -DCPU_SHUTDOWN -DSPC700_SHUTDOWN \
- -DNO_INLINE_SET_GET -DNOASM -DHAVE_MKSTEMP '-DACCEPT_SIZE_T=size_t'
+ -DNO_INLINE_SET_GET -DNOASM -DHAVE_MKSTEMP '-DACCEPT_SIZE_T=size_t' -DWANT_CHEATS
DEFS += -D__LIBRETRO__