diff options
author | Nebuleon Fumika | 2013-01-11 18:58:07 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2013-01-11 19:22:59 -0500 |
commit | 7896e83aa9a3da428d3a56423a5c613782d1ac18 (patch) | |
tree | c56b9edbb67888950c76644ac0c2a5431228a62a /Makefile | |
parent | 0028091d0f98f92a709dd2caa951e61ae28e5e34 (diff) | |
download | snes9x2005-7896e83aa9a3da428d3a56423a5c613782d1ac18.tar.gz snes9x2005-7896e83aa9a3da428d3a56423a5c613782d1ac18.tar.bz2 snes9x2005-7896e83aa9a3da428d3a56423a5c613782d1ac18.zip |
Stop constantly testing for 16-bit and stereo in sound handlers. Define FOREVER_16_BIT_SOUND and FOREVER_STEREO and use them throughout the code.
This is essentially commit 6b36e79013d4c9273a96a9783a2bccdb516f174a, but for sound instead of graphics.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ 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
+ -DUNZIP_SUPPORT -DFOREVER_16_BIT_SOUND -DFOREVER_STEREO
# -DSYNC_JOYPAD_AT_HBLANK
.PHONY: clean makedirs
|