mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
input: add battery LED flag and some getters
This commit is contained in:
parent
1a61a7a39f
commit
20f906bf9b
9 changed files with 22 additions and 66 deletions
|
|
@ -113,6 +113,7 @@ ds4_pad_handler::ds4_pad_handler()
|
|||
b_has_led = true;
|
||||
b_has_rgb = true;
|
||||
b_has_battery = true;
|
||||
b_has_battery_led = true;
|
||||
|
||||
m_name_string = "DS4 Pad #";
|
||||
m_max_devices = CELL_PAD_MAX_PORT_NUM;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue