mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 15:36: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
|
|
@ -170,6 +170,7 @@ sdl_pad_handler::sdl_pad_handler() : PadHandlerBase(pad_handler::sdl)
|
|||
b_has_led = true;
|
||||
b_has_rgb = true;
|
||||
b_has_battery = true;
|
||||
b_has_battery_led = true;
|
||||
|
||||
m_trigger_threshold = trigger_max / 2;
|
||||
m_thumb_threshold = thumb_max / 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue