mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
GLES: Fix shutdown while stepping.
This commit is contained in:
parent
df5144b94c
commit
17bcb080f0
@ -59,6 +59,7 @@ void MainThread_Start(bool separateEmuThread) {
|
||||
void MainThread_Stop() {
|
||||
// Already stopped?
|
||||
UpdateUIState(UISTATE_EXIT);
|
||||
Core_Stop();
|
||||
mainThread.join();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user