mirror of https://github.com/stella-emu/stella.git
libretro: Fix linux build.
This commit is contained in:
parent
895c46011e
commit
8b5751fa81
|
@ -19,6 +19,7 @@ SOURCES_CXX := \
|
||||||
$(CORE_DIR)/common/Base.cxx \
|
$(CORE_DIR)/common/Base.cxx \
|
||||||
$(CORE_DIR)/common/FpsMeter.cxx \
|
$(CORE_DIR)/common/FpsMeter.cxx \
|
||||||
$(CORE_DIR)/common/FSNodeZIP.cxx \
|
$(CORE_DIR)/common/FSNodeZIP.cxx \
|
||||||
|
$(CORE_DIR)/common/Logger.cxx \
|
||||||
$(CORE_DIR)/common/MouseControl.cxx \
|
$(CORE_DIR)/common/MouseControl.cxx \
|
||||||
$(CORE_DIR)/common/PhysicalJoystick.cxx \
|
$(CORE_DIR)/common/PhysicalJoystick.cxx \
|
||||||
$(CORE_DIR)/common/PJoystickHandler.cxx \
|
$(CORE_DIR)/common/PJoystickHandler.cxx \
|
||||||
|
|
Loading…
Reference in New Issue