mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12: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