Libretro: Fixed missing .cpp in makefile
This commit is contained in:
parent
27ee26c6cb
commit
d67a1ec832
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ SOURCES_CXX := $(LIBRETRO_DIR)/libretro.cpp \
|
|||
$(CORE_DIR)/Snapshotable.cpp \
|
||||
$(CORE_DIR)/SoundMixer.cpp \
|
||||
$(CORE_DIR)/stdafx.cpp \
|
||||
$(CORE_DIR)/StereoCombFilter.cpp \
|
||||
$(CORE_DIR)/StereoDelayFilter.cpp \
|
||||
$(CORE_DIR)/StereoPanningFilter.cpp \
|
||||
$(CORE_DIR)/TraceLogger.cpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue