trying to fix Libretro build (part 2)

This commit is contained in:
Thomas Jentzsch 2021-10-28 15:18:09 +02:00
parent 9b02321025
commit ca03979556
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ SOURCES_CXX := \
$(CORE_DIR)/emucore/FrameBuffer.cxx \ $(CORE_DIR)/emucore/FrameBuffer.cxx \
$(CORE_DIR)/emucore/FSNode.cxx \ $(CORE_DIR)/emucore/FSNode.cxx \
$(CORE_DIR)/emucore/Genesis.cxx \ $(CORE_DIR)/emucore/Genesis.cxx \
$(CORE_DIR)/emucore/GlobalKeyHandler.cxx \
$(CORE_DIR)/emucore/Joystick.cxx \ $(CORE_DIR)/emucore/Joystick.cxx \
$(CORE_DIR)/emucore/Keyboard.cxx \ $(CORE_DIR)/emucore/Keyboard.cxx \
$(CORE_DIR)/emucore/KidVid.cxx \ $(CORE_DIR)/emucore/KidVid.cxx \