From 683a84c619b9d7ab861719662481c9f65e1c3e4d Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sat, 30 May 2020 17:24:07 -0230 Subject: [PATCH] libretro: Add CartCreator class. --- src/libretro/Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libretro/Makefile.common b/src/libretro/Makefile.common index 66de31b4d..994628725 100644 --- a/src/libretro/Makefile.common +++ b/src/libretro/Makefile.common @@ -39,6 +39,7 @@ SOURCES_CXX := \ $(CORE_DIR)/emucore/Bankswitch.cxx \ $(CORE_DIR)/emucore/Booster.cxx \ $(CORE_DIR)/emucore/Cart.cxx \ + $(CORE_DIR)/emucore/CartCreator.cxx \ $(CORE_DIR)/emucore/CartDetector.cxx \ $(CORE_DIR)/emucore/CartEnhanced.cxx \ $(CORE_DIR)/emucore/Cart0840.cxx \