mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Qt/input: show all mmjoy devices with connection in dropdown
This fixes weird issues with disconnected pads while also showing the status.
This commit is contained in:
parent
d7aedb439e
commit
faaf644331
2 changed files with 2 additions and 1 deletions
|
|
@ -385,7 +385,7 @@ PadHandlerBase::connection mm_joystick_handler::get_next_button_press(const std:
|
|||
return connection::connected;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
return connection::disconnected;
|
||||
}
|
||||
|
||||
return connection::no_data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue