libretro: Fix linux build.

This commit is contained in:
orbea 2019-05-01 22:02:49 -07:00 committed by Stephen Anthony
parent c6ed729600
commit 0f8c8fcab3
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ SOURCES_CXX := \
$(CORE_DIR)/common/Base.cxx \
$(CORE_DIR)/common/FpsMeter.cxx \
$(CORE_DIR)/common/FSNodeZIP.cxx \
$(CORE_DIR)/common/Logger.cxx \
$(CORE_DIR)/common/MouseControl.cxx \
$(CORE_DIR)/common/PhysicalJoystick.cxx \
$(CORE_DIR)/common/PJoystickHandler.cxx \