mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 04:36:18 +00:00
updater: add test for update flow
currently windows-only
This commit is contained in:
parent
de0bc06856
commit
0a8725e4a9
7 changed files with 295 additions and 20 deletions
|
@ -29,4 +29,6 @@ void Init();
|
|||
void Sleep(int seconds);
|
||||
void WaitForPID(u32 pid);
|
||||
void LaunchApplication(std::string path);
|
||||
|
||||
bool IsTestMode();
|
||||
} // namespace UI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue