mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
dualsense: implement player LEDs
This commit is contained in:
parent
e5f95a450d
commit
bc938ce630
4 changed files with 20 additions and 4 deletions
|
|
@ -145,6 +145,7 @@ void pad_thread::Init()
|
|||
}
|
||||
handlers.emplace(handler_type, cur_pad_handler);
|
||||
}
|
||||
cur_pad_handler->set_player(i);
|
||||
cur_pad_handler->Init();
|
||||
|
||||
m_pads[i] = std::make_shared<Pad>(CELL_PAD_STATUS_DISCONNECTED, pad_settings[i].device_capability, pad_settings[i].device_type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue