mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
UpdaterCommon: Move most of the programs here
This commit is contained in:
parent
2a3c075330
commit
19bf2c166d
10 changed files with 337 additions and 458 deletions
|
@ -6,11 +6,11 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
namespace UI
|
||||
{
|
||||
void MessageLoop();
|
||||
void Error(const std::string& text);
|
||||
void Stop();
|
||||
|
||||
void SetDescription(const std::string& text);
|
||||
|
||||
|
@ -23,4 +23,11 @@ void ResetCurrentProgress();
|
|||
void SetCurrentProgress(int current, int total);
|
||||
|
||||
void SetVisible(bool visible);
|
||||
|
||||
void Stop();
|
||||
|
||||
void Init();
|
||||
void Sleep(int seconds);
|
||||
void WaitForPID(u32 pid);
|
||||
void LaunchApplication(std::string path);
|
||||
} // namespace UI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue