Skip to content

Commit

Permalink
rework simulator flow
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Aug 1, 2024
1 parent fde839a commit 71748fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simulator/simulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ JNIEXPORT void simulator_start(JNIEnv* env, jobject thiz, jobject bitmap, jint w
(*env)->DeleteGlobalRef(env, s_simulator_thiz);
s_simulator_thiz = NULL;
s_simulator_jvm = NULL;
exit(0);
}

JNIEXPORT void simulator_key(jint key)
Expand Down

0 comments on commit 71748fa

Please sign in to comment.