diff --git a/Source/Core/DolphinWX/FrameTools.cpp b/Source/Core/DolphinWX/FrameTools.cpp index e448d2329c..c98297a421 100644 --- a/Source/Core/DolphinWX/FrameTools.cpp +++ b/Source/Core/DolphinWX/FrameTools.cpp @@ -654,6 +654,7 @@ void CFrame::StartGame(std::unique_ptr boot) m_game_list_ctrl->Disable(); m_game_list_ctrl->Hide(); + m_renderer_has_focus = true; m_render_parent = m_panel; m_render_frame = this; if (SConfig::GetInstance().bKeepWindowOnTop)