overlays: allow keyboard input if pads are intercepted

This commit is contained in:
Megamouse 2023-01-23 08:20:29 +01:00
parent 6106ff8b31
commit daefe27fec
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ namespace rsx
if (!rinfo.now_connect || !input::g_pads_intercepted)
{
m_keyboard_pad_handler_active = false;
refresh();
continue;
}