From aa7feb70ca6157e1aa83f1e19062c9a6a85773fb Mon Sep 17 00:00:00 2001 From: jdgleaver Date: Mon, 21 Sep 2020 17:50:21 +0100 Subject: Add optional colour correction + interframe blending --- Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.common') 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) -- cgit v1.2.3