mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-27 18:30:56 +00:00
disable the iOS thread before shutting down
This commit is contained in:
parent
0943cf3fcc
commit
49c5880fcc
@ -219,6 +219,7 @@ static GraphicsContext *graphicsContext;
|
|||||||
self.gameController = nil;
|
self.gameController = nil;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
threadEnabled = false;
|
||||||
graphicsContext->ThreadEnd();
|
graphicsContext->ThreadEnd();
|
||||||
NativeShutdownGraphics();
|
NativeShutdownGraphics();
|
||||||
graphicsContext->Shutdown();
|
graphicsContext->Shutdown();
|
||||||
|
Loading…
Reference in New Issue
Block a user