aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorjdgleaver2020-10-15 17:00:00 +0100
committerjdgleaver2020-10-15 17:00:00 +0100
commit23294848d036e19ca45b8b511d343c95b9f914e6 (patch)
tree976ef8cf2b58958ad4888f97fa736916d6064386 /Makefile.common
parent8c24c86a49b23086941814e3ae1d58a2993dac7a (diff)
downloadsnes9x2005-23294848d036e19ca45b8b511d343c95b9f914e6.tar.gz
snes9x2005-23294848d036e19ca45b8b511d343c95b9f914e6.tar.bz2
snes9x2005-23294848d036e19ca45b8b511d343c95b9f914e6.zip
Add 'USE_OLD_COLOUR_OPS' flag + PSP ifdef guards
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)