mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +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
|
|
@ -59,6 +59,7 @@ xinput_pad_handler::xinput_pad_handler() : PadHandlerBase(pad_handler::xinput)
|
|||
b_has_rumble = true;
|
||||
b_has_deadzones = true;
|
||||
b_has_battery = true;
|
||||
b_has_battery_led = false;
|
||||
|
||||
m_name_string = "XInput Pad #";
|
||||
m_max_devices = XUSER_MAX_COUNT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue