mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
Input: fix evdev directions, sticks and rumble
minor style fix
This commit is contained in:
parent
1b13b94095
commit
8eb8755aea
3 changed files with 65 additions and 52 deletions
|
|
@ -217,7 +217,7 @@ void mm_joystick_handler::ThreadProc()
|
|||
if (last_connection_status[i] == false)
|
||||
{
|
||||
if (GetMMJOYDevice(m_dev->device_id, *m_dev) == false)
|
||||
continue;
|
||||
continue;
|
||||
LOG_SUCCESS(HLE, "MMJOY Device %d reconnected.", m_dev->device_id);
|
||||
pad->m_port_status |= CELL_PAD_STATUS_ASSIGN_CHANGES;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue