From 352c4ca02e521524ac4c7f2bdbbb12711fe38d97 Mon Sep 17 00:00:00 2001 From: patchzyy <64382339+patchzyy@users.noreply.github.com> Date: Thu, 10 Sep 2026 17:35:29 +0200 Subject: [PATCH] Update settings_overlay.cpp --- runtime/src/settings_overlay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/settings_overlay.cpp b/runtime/src/settings_overlay.cpp index 8c26629..aad825d 100644 --- a/runtime/src/settings_overlay.cpp +++ b/runtime/src/settings_overlay.cpp @@ -1367,7 +1367,7 @@ void Draw() noexcept { DrawTopBar(); controller_mapping_wizard::Draw(); // The wizard captures raw presses; keep them out of the game. - const bool inputBlocked = controller_mapping_wizard::IsActive() || g_topBarVisible || g_rebind.active; + const bool inputBlocked = controller_mapping_wizard::IsActive() || g_rebind.active; PADBlockInput(inputBlocked); InputBindings::SetInputBlocked(inputBlocked); DrawStartupScreen();