Libretro: Added missing files to makefile
This commit is contained in:
parent
6b85b6a579
commit
e742b356a2
2 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,7 @@ protected:
|
|||
s.Stream(_playerList[i].Name, _playerList[i].ControllerPort, _playerList[i].IsHost);
|
||||
}
|
||||
} else {
|
||||
uint32_t playerCount;
|
||||
uint32_t playerCount = 0;
|
||||
s.Stream(playerCount);
|
||||
|
||||
for(uint32_t i = 0; i < playerCount; i++) {
|
||||
|
|
|
@ -73,12 +73,14 @@ SOURCES_CXX := $(LIBRETRO_DIR)/libretro.cpp \
|
|||
$(CORE_DIR)/MessageManager.cpp \
|
||||
$(CORE_DIR)/MovieManager.cpp \
|
||||
$(CORE_DIR)/MovieRecorder.cpp \
|
||||
$(CORE_DIR)/Msu1.cpp \
|
||||
$(CORE_DIR)/Multitap.cpp \
|
||||
$(CORE_DIR)/NecDsp.cpp \
|
||||
$(CORE_DIR)/NecDspDisUtils.cpp \
|
||||
$(CORE_DIR)/NotificationManager.cpp \
|
||||
$(CORE_DIR)/NtscFilter.cpp \
|
||||
$(CORE_DIR)/Obc1.cpp \
|
||||
$(CORE_DIR)/PcmReader.cpp \
|
||||
$(CORE_DIR)/Ppu.cpp \
|
||||
$(CORE_DIR)/PpuTools.cpp \
|
||||
$(CORE_DIR)/RegisterHandlerB.cpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue