From ca3d2141cd95e280d250fadb88b42a50865a3197 Mon Sep 17 00:00:00 2001 From: mwksoul Date: Sun, 22 Feb 2015 16:06:47 +0000 Subject: Disabled Blargg sound by default, which sometimes freezes emulation (for example with Tales of Phantasia's sound menu). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3