diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-09-06 08:59:04 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2016-05-21 17:41:02 +0200 |
commit | 8ab6f26c09e5b77a051fa545570ca2986c45bf4a (patch) | |
tree | a0664d2b9bb548cbd7f78ed60b846a88c09f90f4 /src/citra_qt/game_list_p.h | |
parent | Appveyor: Restore working directory after test_script (#1835) (diff) | |
download | yuzu-8ab6f26c09e5b77a051fa545570ca2986c45bf4a.tar yuzu-8ab6f26c09e5b77a051fa545570ca2986c45bf4a.tar.gz yuzu-8ab6f26c09e5b77a051fa545570ca2986c45bf4a.tar.bz2 yuzu-8ab6f26c09e5b77a051fa545570ca2986c45bf4a.tar.lz yuzu-8ab6f26c09e5b77a051fa545570ca2986c45bf4a.tar.xz yuzu-8ab6f26c09e5b77a051fa545570ca2986c45bf4a.tar.zst yuzu-8ab6f26c09e5b77a051fa545570ca2986c45bf4a.zip |
Diffstat (limited to 'src/citra_qt/game_list_p.h')
-rw-r--r-- | src/citra_qt/game_list_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/game_list_p.h b/src/citra_qt/game_list_p.h index 284f5da81..2d6b8aae0 100644 --- a/src/citra_qt/game_list_p.h +++ b/src/citra_qt/game_list_p.h @@ -212,5 +212,5 @@ private: bool deep_scan; std::atomic_bool stop_processing; - void AddFstEntriesToGameList(const std::string& dir_path, bool deep_scan); + void AddFstEntriesToGameList(const std::string& dir_path, unsigned int recursion = 0); }; |