diff options
author | Nebuleon Fumika | 2013-02-04 05:57:53 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2013-02-04 05:57:53 -0500 |
commit | 1c9094d99f6cb2f9ca63134cb7a348370b568b7c (patch) | |
tree | 453c738e5da0ea245843b72836e33f3a66989bd0 /Makefile | |
parent | 4096050f400f0a9cafa237ac11766e6b0faa70f0 (diff) | |
download | snes9x2005-1c9094d99f6cb2f9ca63134cb7a348370b568b7c.tar.gz snes9x2005-1c9094d99f6cb2f9ca63134cb7a348370b568b7c.tar.bz2 snes9x2005-1c9094d99f6cb2f9ca63134cb7a348370b568b7c.zip |
Release 1.28 after disabling the controller status sync hack.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ DEFS := -DSPC700_C -DEXECUTE_SUPERFX_PER_LINE -DSDD1_DECOMP \ -DNO_INLINE_SET_GET -DNOASM -DHAVE_MKSTEMP '-DACCEPT_SIZE_T=size_t' \
-DUNZIP_SUPPORT -DFOREVER_16_BIT_SOUND -DFOREVER_STEREO \
-DFOREVER_FORWARD_STEREO -DNO_VOLATILE_SOUND \
- -DACCUMULATE_JOYPAD -DDS2_DMA
+ -DDS2_DMA
.PHONY: clean makedirs
.SUFFIXES: .elf .dat .plg
|