mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
Merge pull request #7540 from zackhow/land
Android: don't try to pause emulation when not running
This commit is contained in:
commit
0d00e6225b
1 changed files with 2 additions and 1 deletions
|
@ -146,6 +146,7 @@ public final class EmulationFragment extends Fragment implements SurfaceHolder.C
|
|||
directoryStateReceiver = null;
|
||||
}
|
||||
|
||||
if (mEmulationState.isRunning())
|
||||
mEmulationState.pause();
|
||||
super.onPause();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue