android: remove enter and exit transition

This commit is contained in:
weihuoya
2018-10-27 18:29:01 +08:00
parent 61821b067f
commit 1e3a297900
8 changed files with 7 additions and 141 deletions

View File

@ -278,7 +278,6 @@ JNIEXPORT void JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_StopEmulatio
jobject obj)
{
std::lock_guard<std::mutex> guard(s_host_identity_lock);
Core::SaveScreenShot("thumb", true);
Core::Stop();
s_update_main_frame_event.Set(); // Kick the waiting event
}