mirror of https://github.com/snes9xgit/snes9x.git
makefile.common fix
remove spc_dsp.cpp -- already included in sdsp.cpp
This commit is contained in:
parent
e3216ec88e
commit
9d87c575e0
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue