mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-23 00:45:43 +01:00
android: Don't pause emulation when entering PiP
This commit is contained in:
parent
3b612cff28
commit
fd09784231
@ -328,7 +328,7 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback {
|
||||
}
|
||||
|
||||
override fun onPause() {
|
||||
if (emulationState.isRunning) {
|
||||
if (emulationState.isRunning && emulationActivity?.isInPictureInPictureMode != true) {
|
||||
emulationState.pause()
|
||||
}
|
||||
super.onPause()
|
||||
|
Loading…
Reference in New Issue
Block a user