diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2018-10-28 23:53:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-28 23:53:06 +0100 |
| commit | 1cb0900a10b3e71fedca8ab74278b2d49be12089 (patch) | |
| tree | ae361609ff94725ce67e8ec3e1824926618c8e81 /Source/Android/jni/MainAndroid.cpp | |
| parent | 98987beb73552a1c9145dcc1c63450b2049789f2 (diff) | |
| parent | 1e3a2979006ce5da1b8e7f196039def455411c9b (diff) | |
Merge pull request #7518 from weihuoya/remove-animation
[Android] Remove enter and exit transition
Diffstat (limited to 'Source/Android/jni/MainAndroid.cpp')
| -rw-r--r-- | Source/Android/jni/MainAndroid.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp index 5d3c03e767..34e2b06c5e 100644 --- a/Source/Android/jni/MainAndroid.cpp +++ b/Source/Android/jni/MainAndroid.cpp @@ -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 } |
