summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorjdgleaver2020-09-21 17:50:21 +0100
committerjdgleaver2020-09-21 18:03:58 +0100
commitaa7feb70ca6157e1aa83f1e19062c9a6a85773fb (patch)
tree271b7068c4023fa5750911c5385c03fcf4673274 /Makefile.common
parent4a2848af48359a6c06ceb0f38da2051088536f04 (diff)
downloadpicogpsp-aa7feb70ca6157e1aa83f1e19062c9a6a85773fb.tar.gz
picogpsp-aa7feb70ca6157e1aa83f1e19062c9a6a85773fb.tar.bz2
picogpsp-aa7feb70ca6157e1aa83f1e19062c9a6a85773fb.zip
Add optional colour correction + interframe blending
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index dc8c106..92fd9fa 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -13,7 +13,8 @@ SOURCES_C := $(CORE_DIR)/main.c \
$(CORE_DIR)/sound.c \
$(CORE_DIR)/cheats.c \
$(CORE_DIR)/libretro.c \
- $(CORE_DIR)/libco/libco.c
+ $(CORE_DIR)/libco/libco.c \
+ $(CORE_DIR)/gba_cc_lut.c
ifeq ($(HAVE_DYNAREC), 1)