mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
ds3: add led battery indicators (Linux only atm)
needs testing. maybe doesn't work
This commit is contained in:
parent
22b8cfd0ba
commit
c2467b7b38
9 changed files with 137 additions and 37 deletions
|
|
@ -137,6 +137,7 @@ dualsense_pad_handler::dualsense_pad_handler()
|
|||
b_has_rumble = true;
|
||||
b_has_deadzones = true;
|
||||
b_has_led = true;
|
||||
b_has_rgb = true;
|
||||
b_has_battery = false;
|
||||
|
||||
m_name_string = "DualSense Pad #";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue