mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
MacUpdater: Fix updater not closing after update is completed
This commit is contained in:
parent
fcd0dbef2c
commit
544f6d547d
1 changed files with 5 additions and 5 deletions
|
@ -128,12 +128,12 @@ void UI::LaunchApplication(std::string path)
|
||||||
encoding:[NSString defaultCStringEncoding]]];
|
encoding:[NSString defaultCStringEncoding]]];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Stubs. These are only needed on Windows
|
void UI::Stop()
|
||||||
|
{
|
||||||
|
run_on_main([] { [NSApp performSelector:@selector(terminate:) withObject:nil afterDelay:0.0]; });
|
||||||
|
}
|
||||||
|
|
||||||
|
// Stub. Only needed on Windows
|
||||||
void UI::Init()
|
void UI::Init()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void UI::Stop()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue