mirror of https://github.com/stella-emu/stella.git
libretro: Updated for new repo class.
This commit is contained in:
parent
4fd5eef14f
commit
2724ce30ee
|
@ -35,6 +35,7 @@ SOURCES_CXX := \
|
|||
$(CORE_DIR)/common/VideoModeHandler.cxx \
|
||||
$(CORE_DIR)/common/tv_filters/AtariNTSC.cxx \
|
||||
$(CORE_DIR)/common/tv_filters/NTSCFilter.cxx \
|
||||
$(CORE_DIR)/common/repository/KeyValueRepositoryPropertyFile.cxx \
|
||||
$(CORE_DIR)/common/repository/sqlite/AbstractKeyValueRepositorySqlite.cxx \
|
||||
$(CORE_DIR)/common/repository/sqlite/CompositeKeyValueRepositorySqlite.cxx \
|
||||
$(CORE_DIR)/common/repository/sqlite/KeyValueRepositorySqlite.cxx \
|
||||
|
|
Loading…
Reference in New Issue