aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTwinaphex2015-02-23 07:00:58 +1100
committerTwinaphex2015-02-23 07:00:58 +1100
commite12958f2fd223e0c829e6c2b226c75d8dc377315 (patch)
tree6456db47198343fd1ddaa3ad752f6612534815bd /Makefile
parent7114688cf0f5707768135ec05184635b34d54f79 (diff)
parentca3d2141cd95e280d250fadb88b42a50865a3197 (diff)
downloadsnesemu-e12958f2fd223e0c829e6c2b226c75d8dc377315.tar.gz
snesemu-e12958f2fd223e0c829e6c2b226c75d8dc377315.tar.bz2
snesemu-e12958f2fd223e0c829e6c2b226c75d8dc377315.zip
Merge pull request #3 from mwksoul/master
Support for S-DD1 games without graphics packs
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