Libretro: Fixed makefile (added missing .cpp file)
This commit is contained in:
parent
cda0a0bdcb
commit
b2f3f5b092
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ SOURCES_CXX := $(LIBRETRO_DIR)/libretro.cpp \
|
||||||
$(CORE_DIR)/NtscFilter.cpp \
|
$(CORE_DIR)/NtscFilter.cpp \
|
||||||
$(CORE_DIR)/OggMixer.cpp \
|
$(CORE_DIR)/OggMixer.cpp \
|
||||||
$(CORE_DIR)/OggReader.cpp \
|
$(CORE_DIR)/OggReader.cpp \
|
||||||
|
$(CORE_DIR)/OpenBusHandler.cpp \
|
||||||
$(CORE_DIR)/PPU.cpp \
|
$(CORE_DIR)/PPU.cpp \
|
||||||
$(CORE_DIR)/Profiler.cpp \
|
$(CORE_DIR)/Profiler.cpp \
|
||||||
$(CORE_DIR)/RecordedRomTest.cpp \
|
$(CORE_DIR)/RecordedRomTest.cpp \
|
||||||
|
|
Loading…
Add table
Reference in a new issue