aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/n64/Makefile
diff options
context:
space:
mode:
authorFabio Battaglia2010-01-08 00:05:48 +0000
committerFabio Battaglia2010-01-08 00:05:48 +0000
commitad5e1e7c0309df7676ce42e7dacd5ee17fb97ef4 (patch)
tree123d40af7413b3c7642ea26e650c77c4d55438ba /backends/platform/n64/Makefile
parenta5adbb851a2a16bf7b8edc918be27faf2e46cea9 (diff)
downloadscummvm-rg350-ad5e1e7c0309df7676ce42e7dacd5ee17fb97ef4.tar.gz
scummvm-rg350-ad5e1e7c0309df7676ce42e7dacd5ee17fb97ef4.tar.bz2
scummvm-rg350-ad5e1e7c0309df7676ce42e7dacd5ee17fb97ef4.zip
Nintendo64: some cleanup, added a workaround in case audio buffers get depleted
svn-id: r47145
Diffstat (limited to 'backends/platform/n64/Makefile')
-rw-r--r--backends/platform/n64/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/n64/Makefile b/backends/platform/n64/Makefile
index b5e0d2d6a4..a016e39233 100644
--- a/backends/platform/n64/Makefile
+++ b/backends/platform/n64/Makefile
@@ -18,6 +18,7 @@ DEFINES += -D__N64__ -DLIMIT_FPS -DNONSTANDARD_PORT -DDISABLE_DEFAULT_SAVEFILEMA
LIBS += -lpakfs -lframfs -ln64 -ln64utils -lromfs
DEFINES += -D_ENABLE_DEBUG_
+#DEFINES += -D_NORMAL_N64_DELAY_
USE_LIBMAD=0
USE_LIBOGG=1