mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Updater: Fix UI not showing up
This commit is contained in:
parent
40cf07d8e7
commit
3221ca2200
1 changed files with 3 additions and 0 deletions
|
@ -730,6 +730,9 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PWSTR pCmdLine
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::thread thread(UI::MessageLoop);
|
||||||
|
thread.detach();
|
||||||
|
|
||||||
UI::SetDescription("Fetching and parsing manifests...");
|
UI::SetDescription("Fetching and parsing manifests...");
|
||||||
|
|
||||||
Manifest this_manifest, next_manifest;
|
Manifest this_manifest, next_manifest;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue