mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-20 13:02:38 -04:00
Android: Use DialogFragment for AlertMessage
This commit is contained in:
@@ -300,6 +300,12 @@ JNIEXPORT void JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_StopEmulatio
|
||||
s_emulation_end_event.Wait();
|
||||
}
|
||||
|
||||
JNIEXPORT jboolean JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_IsBooting(JNIEnv* env,
|
||||
jobject obj)
|
||||
{
|
||||
return static_cast<jboolean>(Core::IsBooting());
|
||||
}
|
||||
|
||||
JNIEXPORT void JNICALL
|
||||
Java_org_dolphinemu_dolphinemu_NativeLibrary_WaitUntilDoneBooting(JNIEnv* env, jobject obj)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user