diff --git a/src/citron/game_list_worker.h b/src/citron/game_list_worker.h index becf8e5bf..8ad673eeb 100644 --- a/src/citron/game_list_worker.h +++ b/src/citron/game_list_worker.h @@ -74,6 +74,7 @@ public: signals: void DataAvailable(); + void ProgressUpdated(int percent); private: template @@ -85,7 +86,8 @@ private: void ScanFileSystem(ScanTarget target, const std::string& dir_path, bool deep_scan, GameListDir* parent_dir, - const std::map>& online_stats); + const std::map>& online_stats, + int& processed_files, int total_files); std::shared_ptr vfs; FileSys::ManualContentProvider* provider;