mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-24 19:53:27 +00:00
fs(ui): Include Progress Bar
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -74,6 +74,7 @@ public:
|
||||
|
||||
signals:
|
||||
void DataAvailable();
|
||||
void ProgressUpdated(int percent);
|
||||
|
||||
private:
|
||||
template <typename F>
|
||||
@@ -85,7 +86,8 @@ private:
|
||||
|
||||
void ScanFileSystem(ScanTarget target, const std::string& dir_path, bool deep_scan,
|
||||
GameListDir* parent_dir,
|
||||
const std::map<u64, std::pair<int, int>>& online_stats);
|
||||
const std::map<u64, std::pair<int, int>>& online_stats,
|
||||
int& processed_files, int total_files);
|
||||
|
||||
std::shared_ptr<FileSys::VfsFilesystem> vfs;
|
||||
FileSys::ManualContentProvider* provider;
|
||||
|
||||
Reference in New Issue
Block a user