diff options
author | jdgleaver | 2020-12-18 15:09:53 +0000 |
---|---|---|
committer | jdgleaver | 2020-12-18 15:14:47 +0000 |
commit | 2b407a5b92835eef7bc4656d08d7b3c74bcb63c2 (patch) | |
tree | 96261c44c75f1a468ee2d80997e181f47d7a8490 /Makefile | |
parent | fc663256009278cefd52ba24941889db0e232264 (diff) | |
download | snes9x2005-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |