libretro: Fix build file for recent removal of ystart handler.

This commit is contained in:
Stephen Anthony 2019-12-20 09:16:48 -03:30
parent 68a2ca3a24
commit 578c19a588
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ SOURCES_CXX := \
$(CORE_DIR)/emucore/tia/frame-manager/FrameLayoutDetector.cxx \
$(CORE_DIR)/emucore/tia/frame-manager/FrameManager.cxx \
$(CORE_DIR)/emucore/tia/frame-manager/JitterEmulation.cxx \
$(CORE_DIR)/emucore/tia/frame-manager/YStartDetector.cxx \
$(CORE_DIR)/emucore/tia/LatchedInput.cxx \
$(CORE_DIR)/emucore/tia/Missile.cxx \
$(CORE_DIR)/emucore/tia/PaddleReader.cxx \