mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 06:39:14 +01:00
Merge pull request #1469 from Tilka/nogui_abort
Reorder MainNoGUI shutdown
This commit is contained in:
commit
409b240c2e
@ -367,8 +367,8 @@ int main(int argc, char* argv[])
|
|||||||
while (PowerPC::GetState() != PowerPC::CPU_POWERDOWN)
|
while (PowerPC::GetState() != PowerPC::CPU_POWERDOWN)
|
||||||
updateMainFrameEvent.Wait();
|
updateMainFrameEvent.Wait();
|
||||||
|
|
||||||
platform->Shutdown();
|
|
||||||
Core::Shutdown();
|
Core::Shutdown();
|
||||||
|
platform->Shutdown();
|
||||||
UICommon::Shutdown();
|
UICommon::Shutdown();
|
||||||
|
|
||||||
delete platform;
|
delete platform;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user