aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorAutechre2020-10-15 18:54:26 +0200
committerGitHub2020-10-15 18:54:26 +0200
commitfed55b71325a5cd2ead019b2fe355644f7a6e794 (patch)
tree976ef8cf2b58958ad4888f97fa736916d6064386 /Makefile.common
parent5f03bb288e72cc19c04060549b486a6311afe9c9 (diff)
parent23294848d036e19ca45b8b511d343c95b9f914e6 (diff)
downloadsnes9x2005-fed55b71325a5cd2ead019b2fe355644f7a6e794.tar.gz
snes9x2005-fed55b71325a5cd2ead019b2fe355644f7a6e794.tar.bz2
snes9x2005-fed55b71325a5cd2ead019b2fe355644f7a6e794.zip
Merge pull request #76 from jdgleaver/optimisations
Backports: Colour operations from Snes9x 1.60 + MIPS optimisations from PocketSNES
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 48256bb..adc3ef8 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -50,4 +50,8 @@ ifeq ($(LOAD_FROM_MEMORY_TEST),1)
FLAGS += -DLOAD_FROM_MEMORY_TEST
endif
+ifeq ($(USE_OLD_COLOUR_OPS),1)
+ FLAGS += -DUSE_OLD_COLOUR_OPS
+endif
+
FLAGS += $(DEFS) $(WARNINGS) $(INCFLAGS)