mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +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
|
|
@ -53,6 +53,7 @@ ds3_pad_handler::ds3_pad_handler()
|
|||
b_has_motion = true;
|
||||
b_has_deadzones = true;
|
||||
b_has_battery = true;
|
||||
b_has_battery_led = true;
|
||||
b_has_led = true;
|
||||
b_has_rgb = false;
|
||||
b_has_player_led = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue