mirror of https://github.com/stella-emu/stella.git
add Lightgun class to Libretto Makefile.common
This commit is contained in:
parent
e3ef2ee31c
commit
b364a4224f
|
@ -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