mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
Updater: Show progress in taskbar
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user