From ca03979556fdec7b4c5e54216a3816d680564bdf Mon Sep 17 00:00:00 2001 From: Thomas Jentzsch Date: Thu, 28 Oct 2021 15:18:09 +0200 Subject: [PATCH] trying to fix Libretro build (part 2) --- src/libretro/Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libretro/Makefile.common b/src/libretro/Makefile.common index 13f4e6246..a41865aa1 100644 --- a/src/libretro/Makefile.common +++ b/src/libretro/Makefile.common @@ -104,6 +104,7 @@ SOURCES_CXX := \ $(CORE_DIR)/emucore/FrameBuffer.cxx \ $(CORE_DIR)/emucore/FSNode.cxx \ $(CORE_DIR)/emucore/Genesis.cxx \ + $(CORE_DIR)/emucore/GlobalKeyHandler.cxx \ $(CORE_DIR)/emucore/Joystick.cxx \ $(CORE_DIR)/emucore/Keyboard.cxx \ $(CORE_DIR)/emucore/KidVid.cxx \