mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-05 18:23:39 -04:00
android: Fixed onResume attempting to pause instead of unpause
This commit is contained in:
parent
4109bb200b
commit
e677f72bda
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback, Choreographer.Fram
|
|||
super.onResume()
|
||||
Choreographer.getInstance().postFrameCallback(this)
|
||||
if (NativeLibrary.isRunning()) {
|
||||
emulationState.pause()
|
||||
emulationState.unpause()
|
||||
|
||||
// If the overlay is enabled, we need to update the position if changed
|
||||
val position = IntSetting.PERFORMANCE_OVERLAY_POSITION.int
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue