aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authortwinaphex2017-12-25 06:42:01 +0100
committertwinaphex2017-12-25 06:42:01 +0100
commite3dbf33f0a4c7e4256772b7c5da7e909e5424819 (patch)
tree1db4b6766fa33065ea5308b789a5893583e8e0ac /Makefile.common
parente6cb60ee424a8efb237150f937b026eaffb3c2eb (diff)
downloadsnes9x2005-e3dbf33f0a4c7e4256772b7c5da7e909e5424819.tar.gz
snes9x2005-e3dbf33f0a4c7e4256772b7c5da7e909e5424819.tar.bz2
snes9x2005-e3dbf33f0a4c7e4256772b7c5da7e909e5424819.zip
Turn getset into C file
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 0a44db3..48256bb 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -17,6 +17,7 @@ SOURCES_C := \
$(CORE_DIR)/fxemu.c \
$(CORE_DIR)/fxinst.c \
$(CORE_DIR)/gfx.c \
+ $(CORE_DIR)/getset.c \
$(CORE_DIR)/globals.c \
$(CORE_DIR)/memmap.c \
$(CORE_DIR)/obc1.c \