makefile.common fix

remove spc_dsp.cpp -- already included in sdsp.cpp
This commit is contained in:
retrotalker 2018-08-15 12:10:31 -05:00 committed by GitHub
parent e3216ec88e
commit 9d87c575e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ endif
SOURCES_C :=
SOURCES_CXX := $(CORE_DIR)/apu/apu.cpp \
$(CORE_DIR)/apu/bapu/dsp/sdsp.cpp \
$(CORE_DIR)/apu/bapu/dsp/SPC_DSP.cpp \
$(CORE_DIR)/apu/bapu/smp/smp.cpp \
$(CORE_DIR)/apu/bapu/smp/smp_state.cpp \
$(CORE_DIR)/bsx.cpp \