input: add battery LED flag and some getters

This commit is contained in:
Megamouse 2024-07-06 17:46:37 +02:00
parent 1a61a7a39f
commit 20f906bf9b
9 changed files with 22 additions and 66 deletions

View file

@ -85,6 +85,7 @@ dualsense_pad_handler::dualsense_pad_handler()
b_has_rgb = true;
b_has_player_led = true;
b_has_battery = true;
b_has_battery_led = true;
m_name_string = "DualSense Pad #";
m_max_devices = CELL_PAD_MAX_PORT_NUM;