mirror of https://github.com/stella-emu/stella.git
libretro: Fix build file for recent removal of ystart handler.
This commit is contained in:
parent
68a2ca3a24
commit
578c19a588
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue