mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-03 15:20:17 +01:00
overlays: allow keyboard input if pads are intercepted
This commit is contained in:
parent
6106ff8b31
commit
daefe27fec
|
|
@ -193,6 +193,7 @@ namespace rsx
|
|||
|
||||
if (!rinfo.now_connect || !input::g_pads_intercepted)
|
||||
{
|
||||
m_keyboard_pad_handler_active = false;
|
||||
refresh();
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue