mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Updater: Add total progressbar
This commit is contained in:
parent
4271a0ab97
commit
3cfa255c5a
3 changed files with 66 additions and 25 deletions
|
@ -13,7 +13,12 @@ void Error(const std::string& text);
|
|||
void Stop();
|
||||
|
||||
void SetDescription(const std::string& text);
|
||||
void SetMarquee(bool marquee);
|
||||
void ResetProgress();
|
||||
void SetProgress(int current, int total);
|
||||
|
||||
void SetTotalMarquee(bool marquee);
|
||||
void ResetTotalProgress();
|
||||
void SetTotalProgress(int current, int total);
|
||||
|
||||
void SetCurrentMarquee(bool marquee);
|
||||
void ResetCurrentProgress();
|
||||
void SetCurrentProgress(int current, int total);
|
||||
} // namespace UI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue