diff options
author | Nebuleon Fumika | 2013-01-12 01:09:59 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2013-01-12 01:09:59 -0500 |
commit | 40d30e35ca1e2198988347ac73e645e471a117aa (patch) | |
tree | f78eded73b64757abc043bdc779614214b7e84e8 /Makefile | |
parent | e3bb4a5f62ab6b38eb1a58e700b7d713b4e397b0 (diff) | |
download | snes9x2005-40d30e35ca1e2198988347ac73e645e471a117aa.tar.gz snes9x2005-40d30e35ca1e2198988347ac73e645e471a117aa.tar.bz2 snes9x2005-40d30e35ca1e2198988347ac73e645e471a117aa.zip |
Remove redundant writes to support reverse stereo. Define FOREVER_FORWARD_STEREO.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -69,7 +69,8 @@ CFLAGS := -mips32 -mno-abicalls -fno-pic -fno-builtin \ 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' \
- -DUNZIP_SUPPORT -DFOREVER_16_BIT_SOUND -DFOREVER_STEREO
+ -DUNZIP_SUPPORT -DFOREVER_16_BIT_SOUND -DFOREVER_STEREO \
+ -DFOREVER_FORWARD_STEREO
# -DSYNC_JOYPAD_AT_HBLANK
.PHONY: clean makedirs
|