diff --git a/UnleashedRecomp/ui/options_menu.cpp b/UnleashedRecomp/ui/options_menu.cpp index 0427fb47..b793a060 100644 --- a/UnleashedRecomp/ui/options_menu.cpp +++ b/UnleashedRecomp/ui/options_menu.cpp @@ -717,7 +717,9 @@ void DrawInfoPanel() void OptionsMenu::Draw() { - if (!s_isVisible) + auto inputState = SWA::CInputState::GetInstance(); + + if (!s_isVisible || inputState->GetPadState().IsDown(SWA::eKeyState_Y)) return; g_callbackDataIndex = 0;