mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
overlays: allow keyboard input if pads are intercepted
This commit is contained in:
parent
6106ff8b31
commit
daefe27fec
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ namespace rsx
|
||||||
|
|
||||||
if (!rinfo.now_connect || !input::g_pads_intercepted)
|
if (!rinfo.now_connect || !input::g_pads_intercepted)
|
||||||
{
|
{
|
||||||
|
m_keyboard_pad_handler_active = false;
|
||||||
refresh();
|
refresh();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue