re-add inform line for create

This commit is contained in:
amwatson 2024-02-01 12:15:18 -06:00
parent 6f7d61b62b
commit 8908bccee1

View file

@ -888,6 +888,7 @@ Java_org_citra_citra_1emu_vr_VrActivity_nativeOnCreate(JNIEnv* env, jobject thiz
JavaVM* jvm;
env->GetJavaVM(&jvm);
auto ret = VRAppHandle(new VRApp(jvm, env->NewGlobalRef(thiz))).l;
ALOGI("nativeOnCreate {}", ret);
return ret;
}