From b364a4224fe30a7ee1f5238f66f7347a4c5c4d35 Mon Sep 17 00:00:00 2001 From: thrust26 Date: Tue, 31 Dec 2019 11:15:13 +0100 Subject: [PATCH] add Lightgun class to Libretto Makefile.common --- src/libretro/Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libretro/Makefile.common b/src/libretro/Makefile.common index a488c00aa..34268a29d 100644 --- a/src/libretro/Makefile.common +++ b/src/libretro/Makefile.common @@ -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 \