Merge pull request #1469 from Tilka/nogui_abort

Reorder MainNoGUI shutdown
This commit is contained in:
Ryan Houdek 2014-11-02 09:31:51 -06:00
commit 409b240c2e
1 changed files with 1 additions and 1 deletions

View File

@ -367,8 +367,8 @@ int main(int argc, char* argv[])
while (PowerPC::GetState() != PowerPC::CPU_POWERDOWN)
updateMainFrameEvent.Wait();
platform->Shutdown();
Core::Shutdown();
platform->Shutdown();
UICommon::Shutdown();
delete platform;