Libretro: Added missing .cpp files in makefile
This commit is contained in:
parent
c9405d7ba3
commit
17ec59d0e4
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ SOURCES_CXX := $(LIBRETRO_DIR)/libretro.cpp \
|
|||
$(CORE_DIR)/MemoryDumper.cpp \
|
||||
$(CORE_DIR)/MemoryManager.cpp \
|
||||
$(CORE_DIR)/MessageManager.cpp \
|
||||
$(CORE_DIR)/NecDsp.cpp \
|
||||
$(CORE_DIR)/NecDspDisUtils.cpp \
|
||||
$(CORE_DIR)/NotificationManager.cpp \
|
||||
$(CORE_DIR)/NtscFilter.cpp \
|
||||
$(CORE_DIR)/Ppu.cpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue