aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorJoão Silva2017-08-14 06:03:05 +0100
committerJoão Silva2017-08-14 06:03:05 +0100
commit5e450063fbe25926ae50d569c285db428055318a (patch)
treed0dd772a589dbfa07bacd70207fc4db0f37d4109 /Makefile.common
parentfdaf2925f1353b07cd957ae47b0e6793648559be (diff)
downloadsnes9x2005-5e450063fbe25926ae50d569c285db428055318a.tar.gz
snes9x2005-5e450063fbe25926ae50d569c285db428055318a.tar.bz2
snes9x2005-5e450063fbe25926ae50d569c285db428055318a.zip
Deleted several unused variables, code and files.
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.common b/Makefile.common
index 9970830..21e319e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -2,13 +2,6 @@ LIBRETRO_COMM_DIR := $(LIBRETRO_DIR)/libretro-common
INCFLAGS := -I$(CORE_DIR) -I$(LIBRETRO_DIR) -I$(LIBRETRO_COMM_DIR)/include
-ifeq ($(HAVE_GRIFFIN), 1)
-SOURCES_C := $(CORE_DIR)/catsfc_griffin.c
-SOURCES_C += \
- $(CORE_DIR)/sa1.c \
- $(CORE_DIR)/sa1cpu.c \
- $(CORE_DIR)/apu_blargg.c
-else
SOURCES_C := \
$(CORE_DIR)/apu.c \
$(CORE_DIR)/c4.c \
@@ -45,7 +38,6 @@ SOURCES_C := \
$(CORE_DIR)/tile.c \
$(CORE_DIR)/apu_blargg.c \
$(LIBRETRO_DIR)/libretro.c
-endif
ifeq ($(USE_BLARGG_APU),1)
FLAGS += -DUSE_BLARGG_APU