mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 07:08:15 -05:00
android: Don't pause emulation when entering PiP
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user