aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNebuleon Fumika2013-01-08 15:10:13 -0500
committerNebuleon Fumika2013-01-08 15:10:13 -0500
commite0708718502e931b59880c2ae3f502b0418751dd (patch)
tree8a27664cf771d2a1df399c23acf5546b1e9a2613 /Makefile
parent4f9bd9449725a67dfb28c0e018c9bd33285faa3e (diff)
downloadsnes9x2005-e0708718502e931b59880c2ae3f502b0418751dd.tar.gz
snes9x2005-e0708718502e931b59880c2ae3f502b0418751dd.tar.bz2
snes9x2005-e0708718502e931b59880c2ae3f502b0418751dd.zip
Remove Open Bus again. Stop synchronising controls so often, now that the audio variable latency problem is fixed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0642bf7..ed21eca 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 -DSYNC_JOYPAD_AT_HBLANK
+ -DUNZIP_SUPPORT -DNO_OPEN_BUS
+# -DSYNC_JOYPAD_AT_HBLANK
.PHONY: clean makedirs
.SUFFIXES: .elf .dat .plg