diff options
author | mwksoul | 2015-02-22 16:06:47 +0000 |
---|---|---|
committer | mwksoul | 2015-02-22 16:06:47 +0000 |
commit | ca3d2141cd95e280d250fadb88b42a50865a3197 (patch) | |
tree | 6456db47198343fd1ddaa3ad752f6612534815bd /Makefile | |
parent | 1f2818bdd38cc225faa840e1aca100866e515046 (diff) | |
download | snes9x2005-ca3d2141cd95e280d250fadb88b42a50865a3197.tar.gz snes9x2005-ca3d2141cd95e280d250fadb88b42a50865a3197.tar.bz2 snes9x2005-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |