mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 20:15:27 +00:00
OSK: Ignore gamepad input if a key was pressed
This commit is contained in:
parent
ffd36ea662
commit
aee91b4f6f
1 changed files with 5 additions and 0 deletions
|
@ -154,6 +154,10 @@ namespace rsx
|
|||
{
|
||||
current_data.len = 0;
|
||||
}
|
||||
|
||||
// Ignore gamepad input if a key was recognized
|
||||
refresh();
|
||||
continue;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -171,6 +175,7 @@ namespace rsx
|
|||
|
||||
if (!rinfo.now_connect)
|
||||
{
|
||||
refresh();
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue