aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjdgleaver2020-12-18 15:09:53 +0000
committerjdgleaver2020-12-18 15:14:47 +0000
commit2b407a5b92835eef7bc4656d08d7b3c74bcb63c2 (patch)
tree96261c44c75f1a468ee2d80997e181f47d7a8490 /Makefile
parentfc663256009278cefd52ba24941889db0e232264 (diff)
downloadsnes9x2005-2b407a5b92835eef7bc4656d08d7b3c74bcb63c2.tar.gz
snes9x2005-2b407a5b92835eef7bc4656d08d7b3c74bcb63c2.tar.bz2
snes9x2005-2b407a5b92835eef7bc4656d08d7b3c74bcb63c2.zip
(.gitlab-ci.yml) Enable building of both 'snes9x2005' and 'snes9x2005_plus'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ff0410..22e84ee 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
DEBUG = 0
PERF_TEST = 0
LOAD_FROM_MEMORY_TEST = 1
-USE_BLARGG_APU = 0
+USE_BLARGG_APU ?= 0
LAGFIX = 1
USE_OLD_COLOUR_OPS = 0