diff options
author | twinaphex | 2014-12-06 21:55:19 +0100 |
---|---|---|
committer | twinaphex | 2014-12-06 21:55:19 +0100 |
commit | 6017ba80d41ebe044721a2190862c0ba54303f02 (patch) | |
tree | e626da447856a334d8b3cc8cdfa5498c7f1c9e93 /Makefile | |
parent | 8e3c2e02c2fcde3a0ffc3b616777332ec5b6e5be (diff) | |
download | snes9x2005-6017ba80d41ebe044721a2190862c0ba54303f02.tar.gz snes9x2005-6017ba80d41ebe044721a2190862c0ba54303f02.tar.bz2 snes9x2005-6017ba80d41ebe044721a2190862c0ba54303f02.zip |
Implement cheat code stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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__ |