From df3d3141f0732f33558073f3c7491d1c1952346a Mon Sep 17 00:00:00 2001 From: thrust26 Date: Sun, 11 Jun 2023 19:44:41 +0200 Subject: [PATCH] trying to fix #974 --- src/os/libretro/Makefile.common | 1 + src/os/libretro/Stella.vcxproj | 1 + 2 files changed, 2 insertions(+) diff --git a/src/os/libretro/Makefile.common b/src/os/libretro/Makefile.common index 6975fdc19..453f3cf3f 100644 --- a/src/os/libretro/Makefile.common +++ b/src/os/libretro/Makefile.common @@ -81,6 +81,7 @@ SOURCES_CXX := \ $(CORE_DIR)/emucore/CartFA.cxx \ $(CORE_DIR)/emucore/CartFC.cxx \ $(CORE_DIR)/emucore/CartFE.cxx \ + $(CORE_DIR)/emucore/CartGL.cxx \ $(CORE_DIR)/emucore/CartMDM.cxx \ $(CORE_DIR)/emucore/CartMVC.cxx \ $(CORE_DIR)/emucore/CartSB.cxx \ diff --git a/src/os/libretro/Stella.vcxproj b/src/os/libretro/Stella.vcxproj index a1aa24fd6..ee90e9f86 100644 --- a/src/os/libretro/Stella.vcxproj +++ b/src/os/libretro/Stella.vcxproj @@ -243,6 +243,7 @@ +