diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-08-16 17:08:44 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-08-23 11:53:30 -0400 |
commit | 60b7a3b90448daf2eb0dabd6edadf42e50b3f5b6 (patch) | |
tree | be9595212bd36ec5e5f6305b2ac3e74dcb1c3799 /src/yuzu/game_list_p.h | |
parent | ab44192ab01a27115e14a52d4823722cbd357c0d (diff) |
game_list: Add SD registration loading to game list
Diffstat (limited to 'src/yuzu/game_list_p.h')
-rw-r--r-- | src/yuzu/game_list_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/game_list_p.h b/src/yuzu/game_list_p.h index c59613769..1d6c85400 100644 --- a/src/yuzu/game_list_p.h +++ b/src/yuzu/game_list_p.h @@ -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); }; |