|
|
@ -1516,7 +1516,6 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
override fun surfaceDestroyed(holder: SurfaceHolder) { |
|
|
override fun surfaceDestroyed(holder: SurfaceHolder) { |
|
|
NativeLibrary.surfaceDestroyed() |
|
|
|
|
|
emulationState.clearSurface() |
|
|
emulationState.clearSurface() |
|
|
emulationStarted = false |
|
|
emulationStarted = false |
|
|
} |
|
|
} |
|
|
|