mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-31 02:59:33 +02:00
Use the common EmuThread in the Android backend
This commit is contained in:
@@ -71,6 +71,8 @@ static void EmuThreadFunc(GraphicsContext *graphicsContext, Application *applica
|
||||
// This normally calls NativeShutdownGraphics()
|
||||
application->ShutdownGraphics(graphicsContext);
|
||||
|
||||
delete application;
|
||||
|
||||
INFO_LOG(Log::System, "Leaving separate emu thread");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user