libretro: Fix compile error from missing file in Makefile.

This commit is contained in:
Stephen Anthony 2021-06-14 14:33:19 -02:30
parent 1e1ba7a851
commit 6fb509153f
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ SOURCES_CXX := \
$(CORE_DIR)/emucore/Cart4K.cxx \
$(CORE_DIR)/emucore/Cart4KSC.cxx \
$(CORE_DIR)/emucore/CartAR.cxx \
$(CORE_DIR)/emucore/CartARM.cxx \
$(CORE_DIR)/emucore/CartBF.cxx \
$(CORE_DIR)/emucore/CartBFSC.cxx \
$(CORE_DIR)/emucore/CartBUS.cxx \