Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Fix the game thread never leaving.
  • Loading branch information
Sonicadvance1 committed Sep 1, 2013
1 parent a6f6695 commit b03ff7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinWX/Src/MainAndroid.cpp
Expand Up @@ -200,6 +200,7 @@ JNIEXPORT void JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_PauseEmulati
JNIEXPORT void JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_StopEmulation(JNIEnv *env, jobject obj)
{
PowerPC::Stop();
updateMainFrameEvent.Set(); // Kick the waiting event
}
JNIEXPORT void JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_onTouchEvent(JNIEnv *env, jobject obj, jint Action, jfloat X, jfloat Y)
{
Expand Down

0 comments on commit b03ff7a

Please sign in to comment.