mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
Updater: Show progress in taskbar
This commit is contained in:
parent
80259b019b
commit
1595a9bdcd
3 changed files with 19 additions and 12 deletions
|
@ -9,11 +9,11 @@
|
|||
namespace UI
|
||||
{
|
||||
void MessageLoop();
|
||||
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 IncrementProgress(int amount);
|
||||
} // namespace UI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue