game_list: Add SD registration loading to game list

This commit is contained in:
Zach Hilman
2018-08-16 17:08:44 -04:00
parent ab44192ab0
commit 60b7a3b904
2 changed files with 12 additions and 12 deletions

View File

@ -172,7 +172,7 @@ private:
bool deep_scan;
std::atomic_bool stop_processing;
void AddInstalledTitlesToGameList();
void AddInstalledTitlesToGameList(std::shared_ptr<FileSys::RegisteredCache> cache);
void FillControlMap(const std::string& dir_path);
void AddFstEntriesToGameList(const std::string& dir_path, unsigned int recursion = 0);
};