diff --git a/Delta/Emulation/GameViewController.swift b/Delta/Emulation/GameViewController.swift index 93c909f..1e8d474 100644 --- a/Delta/Emulation/GameViewController.swift +++ b/Delta/Emulation/GameViewController.swift @@ -955,6 +955,8 @@ private extension GameViewController UIView.animate(withDuration: 0.4) { self.sustainButtonsBlurView.effect = blurEffect self.sustainButtonsBackgroundView.alpha = 1.0 + } completion: { _ in + self.controllerView.becomeFirstResponder() } }