diff options
author | aliaspider | 2014-11-03 11:11:05 +0100 |
---|---|---|
committer | aliaspider | 2014-11-03 11:11:05 +0100 |
commit | 7077e9821593b2c9b78830c4cc5055c6a79cdd69 (patch) | |
tree | 615195d3db586f5542eddd0cbd17e46e816f954b /Makefile | |
parent | 3564bfe8134ce6e1294a59212484e9ee487ab4f5 (diff) | |
download | snes9x2005-7077e9821593b2c9b78830c4cc5055c6a79cdd69.tar.gz snes9x2005-7077e9821593b2c9b78830c4cc5055c6a79cdd69.tar.bz2 snes9x2005-7077e9821593b2c9b78830c4cc5055c6a79cdd69.zip |
can build with USE_BLARGG_APU enabled, still not working.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ DEBUG = 0 PERF_TEST = 1 -HAVE_GRIFFIN = 0 +HAVE_GRIFFIN = 1 LOAD_FROM_MEMORY_TEST = 0 USE_BLARGG_APU = 0 |