mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 15:36:26 +00:00
Qt/input: clear min_button_values if we want to get the blacklist
This commit is contained in:
parent
16a6915525
commit
326375ad9a
3 changed files with 3 additions and 3 deletions
|
|
@ -302,7 +302,7 @@ PadHandlerBase::connection evdev_joystick_handler::get_next_button_press(const s
|
|||
if (get_blacklist)
|
||||
m_blacklist.clear();
|
||||
|
||||
if (first_call)
|
||||
if (first_call || get_blacklist)
|
||||
m_min_button_values.clear();
|
||||
|
||||
// Get our evdev device
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue