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 2c7ae7787d
commit 59eb7a864d
5 changed files with 16 additions and 2 deletions

View File

@ -622,6 +622,7 @@ JNIEXPORT void JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_Run(JNIEnv *
updateMainFrameEvent.Wait();
}
Core::Shutdown();
UICommon::Shutdown();
ANativeWindow_release(surf);
}