libretro: Update config file for recent new classes.

This commit is contained in:
Stephen Anthony 2021-01-01 22:38:05 -03:30
parent 0c1434fb78
commit be94958139
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ 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/CompositeKVRJsonAdapter.cxx \
$(CORE_DIR)/common/repository/KeyValueRepositoryJsonFile.cxx \
$(CORE_DIR)/common/repository/KeyValueRepositoryPropertyFile.cxx \
$(CORE_DIR)/common/repository/sqlite/AbstractKeyValueRepositorySqlite.cxx \
$(CORE_DIR)/common/repository/sqlite/CompositeKeyValueRepositorySqlite.cxx \