diff options
author | Twinaphex | 2015-02-23 07:00:58 +1100 |
---|---|---|
committer | Twinaphex | 2015-02-23 07:00:58 +1100 |
commit | e12958f2fd223e0c829e6c2b226c75d8dc377315 (patch) | |
tree | 6456db47198343fd1ddaa3ad752f6612534815bd /Makefile | |
parent | 7114688cf0f5707768135ec05184635b34d54f79 (diff) | |
parent | ca3d2141cd95e280d250fadb88b42a50865a3197 (diff) | |
download | snes9x2005-e12958f2fd223e0c829e6c2b226c75d8dc377315.tar.gz snes9x2005-e12958f2fd223e0c829e6c2b226c75d8dc377315.tar.bz2 snes9x2005-e12958f2fd223e0c829e6c2b226c75d8dc377315.zip |
Merge pull request #3 from mwksoul/master
Support for S-DD1 games without graphics packs
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 |