aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormwksoul2015-02-22 16:06:47 +0000
committermwksoul2015-02-22 16:06:47 +0000
commitca3d2141cd95e280d250fadb88b42a50865a3197 (patch)
tree6456db47198343fd1ddaa3ad752f6612534815bd /Makefile
parent1f2818bdd38cc225faa840e1aca100866e515046 (diff)
downloadsnesemu-ca3d2141cd95e280d250fadb88b42a50865a3197.tar.gz
snesemu-ca3d2141cd95e280d250fadb88b42a50865a3197.tar.bz2
snesemu-ca3d2141cd95e280d250fadb88b42a50865a3197.zip
Disabled Blargg sound by default, which sometimes freezes emulation (for example with Tales of Phantasia's sound menu).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4074246..8bc45d4 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ DEBUG = 0
PERF_TEST = 0
HAVE_GRIFFIN = 0
LOAD_FROM_MEMORY_TEST = 1
-USE_BLARGG_APU = 1
+USE_BLARGG_APU = 0
ifeq ($(platform),)
platform = unix