Use the common EmuThread in the Android backend

This commit is contained in:
Henrik Rydgård
2026-07-26 11:54:50 +02:00
parent 2e837e88b4
commit ea3a2a2e84
6 changed files with 15 additions and 95 deletions
+2
View File
@@ -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");
}