Skip to content

Commit

Permalink
libretro: Fix Makefile for recently added cart classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sa666666 committed Jun 8, 2024
1 parent d65eaac commit 1c2dcea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/os/libretro/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,14 @@ SOURCES_CXX := \
$(CORE_DIR)/emucore/CartFC.cxx \
$(CORE_DIR)/emucore/CartFE.cxx \
$(CORE_DIR)/emucore/CartGL.cxx \
$(CORE_DIR)/emucore/CartJANE.cxx \
$(CORE_DIR)/emucore/CartMDM.cxx \
$(CORE_DIR)/emucore/CartMVC.cxx \
$(CORE_DIR)/emucore/CartSB.cxx \
$(CORE_DIR)/emucore/CartTVBoy.cxx \
$(CORE_DIR)/emucore/CartUA.cxx \
$(CORE_DIR)/emucore/CartWD.cxx \
$(CORE_DIR)/emucore/CartWF8.cxx \
$(CORE_DIR)/emucore/CartX07.cxx \
$(CORE_DIR)/emucore/CompuMate.cxx \
$(CORE_DIR)/emucore/Console.cxx \
Expand Down

0 comments on commit 1c2dcea

Please sign in to comment.