diff options
author | Nebuleon Fumika | 2013-01-18 03:33:14 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2013-01-18 03:33:14 -0500 |
commit | 0d5be16895ec6ffe9536c52774c4bf0645224f21 (patch) | |
tree | 2bc304f99c278b30dbe064530e306c2d9cdfd7e7 /Makefile | |
parent | bf5cb54162afa5390eab1ae155a9defd44d0f898 (diff) | |
download | snesemu-0d5be16895ec6ffe9536c52774c4bf0645224f21.tar.gz snesemu-0d5be16895ec6ffe9536c52774c4bf0645224f21.tar.bz2 snesemu-0d5be16895ec6ffe9536c52774c4bf0645224f21.zip |
Revert "Reinstate timer-interrupt audio."
This reverts commit 944d9a729455de435c3d200752308ceedf250196.
Conflicts:
source/nds/entry.cpp
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -70,8 +70,7 @@ 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 \
- -DFOREVER_FORWARD_STEREO
-# -DSYNC_JOYPAD_AT_HBLANK
+ -DFOREVER_FORWARD_STEREO -DSYNC_JOYPAD_AT_HBLANK
.PHONY: clean makedirs
.SUFFIXES: .elf .dat .plg
|