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;
|
||||
}
|
||||
#endif
|
||||
threadEnabled = false;
|
||||
graphicsContext->ThreadEnd();
|
||||
NativeShutdownGraphics();
|
||||
graphicsContext->Shutdown();
|
||||
|
Loading…
Reference in New Issue
Block a user