diff --git a/Delta/Emulation/GameViewController.swift b/Delta/Emulation/GameViewController.swift index 1e8d474..41d165c 100644 --- a/Delta/Emulation/GameViewController.swift +++ b/Delta/Emulation/GameViewController.swift @@ -1084,6 +1084,8 @@ extension GameViewController: GameViewControllerDelegate else if self.presentedViewController == nil { self.pauseEmulation() + self.controllerView.resignFirstResponder() + self.performSegue(withIdentifier: "pause", sender: gameController) } }