Revert "Join the emu thread in Core::Stop. Get rid of Core::Shutdown which did that before."

This reverts commit ba664b3293.

Added documentation to Core::Shutdown() to prevent breaking changes.
This commit is contained in:
Jules Blok
2015-06-06 14:52:09 +02:00
parent 40162fdfc1
commit b6c4d5792b
5 changed files with 16 additions and 2 deletions

View File

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