diff --git a/Delta/Emulation/GameViewController.swift b/Delta/Emulation/GameViewController.swift index 2942a75..93c909f 100644 --- a/Delta/Emulation/GameViewController.swift +++ b/Delta/Emulation/GameViewController.swift @@ -346,6 +346,8 @@ extension GameViewController { super.viewWillTransition(to: size, with: coordinator) + guard UIApplication.shared.applicationState != .background else { return } + coordinator.animate(alongsideTransition: { (context) in self.updateControllerSkin() }, completion: nil)