Minor code cleanup

This commit is contained in:
Henrik Rydgård
2026-07-24 15:31:41 +02:00
parent 2489f5c581
commit 86c8e9ae68
5 changed files with 29 additions and 30 deletions
+1
View File
@@ -42,6 +42,7 @@ bool MainThread_Ready() {
static void EmuThreadFunc(GraphicsContext *graphicsContext, std::function<void()> postFrame) {
SetCurrentThreadName("EmuThread");
AndroidJNIThreadContext context;
// There's no real requirement that NativeInit happen on this thread.
// We just call the update/render loop here.