mirror of https://github.com/stella-emu/stella.git
trying to fix Libretro build (part 2)
This commit is contained in:
parent
9b02321025
commit
ca03979556
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue