mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-13 07:14:49 +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
@ -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;
|
||||
|
@ -1445,6 +1445,7 @@ void pad_settings_dialog::ChangeHandler()
|
||||
{
|
||||
#ifdef _WIN32
|
||||
case pad_handler::xinput:
|
||||
case pad_handler::mm:
|
||||
#endif
|
||||
case pad_handler::ds3:
|
||||
case pad_handler::ds4:
|
||||
|
Loading…
x
Reference in New Issue
Block a user