mirror of https://github.com/stella-emu/stella.git
add Lightgun class to Libretto Makefile.common
This commit is contained in:
parent
81767a83e5
commit
4fb87f4d62
|
@ -99,6 +99,7 @@ SOURCES_CXX := \
|
|||
$(CORE_DIR)/emucore/Joystick.cxx \
|
||||
$(CORE_DIR)/emucore/Keyboard.cxx \
|
||||
$(CORE_DIR)/emucore/KidVid.cxx \
|
||||
$(CORE_DIR)/emucore/Lightgun.cxx \
|
||||
$(CORE_DIR)/emucore/M6502.cxx \
|
||||
$(CORE_DIR)/emucore/M6532.cxx \
|
||||
$(CORE_DIR)/emucore/MD5.cxx \
|
||||
|
|
Loading…
Reference in New Issue