aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNebuleon Fumika2013-01-12 01:09:59 -0500
committerNebuleon Fumika2013-01-12 01:09:59 -0500
commit40d30e35ca1e2198988347ac73e645e471a117aa (patch)
treef78eded73b64757abc043bdc779614214b7e84e8 /Makefile
parente3bb4a5f62ab6b38eb1a58e700b7d713b4e397b0 (diff)
downloadsnes9x2005-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--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ba2a89..c0e2fff 100644
--- a/Makefile
+++ b/Makefile
@@ -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