GLES: Fix shutdown while stepping.

This commit is contained in:
Unknown W. Brackets 2018-02-11 15:19:16 -08:00
parent df5144b94c
commit 17bcb080f0

View File

@ -59,6 +59,7 @@ void MainThread_Start(bool separateEmuThread) {
void MainThread_Stop() {
// Already stopped?
UpdateUIState(UISTATE_EXIT);
Core_Stop();
mainThread.join();
}