mirror of https://github.com/stella-emu/stella.git
libretro: Fix compile error from missing file in Makefile.
This commit is contained in:
parent
1e1ba7a851
commit
6fb509153f
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue