mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-27 17:24:59 +02:00
Minor code cleanup
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user