input_common: Reintroduce custom pro controller support
This commit is contained in:
parent
341d30d869
commit
75039440f3
9 changed files with 92 additions and 7 deletions
|
@ -488,6 +488,7 @@ struct Values {
|
|||
Setting<bool> enable_raw_input{false, "enable_raw_input"};
|
||||
Setting<bool> controller_navigation{true, "controller_navigation"};
|
||||
Setting<bool> enable_joycon_driver{true, "enable_joycon_driver"};
|
||||
Setting<bool> enable_procon_driver{false, "enable_procon_driver"};
|
||||
|
||||
SwitchableSetting<bool> vibration_enabled{true, "vibration_enabled"};
|
||||
SwitchableSetting<bool> enable_accurate_vibrations{false, "enable_accurate_vibrations"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue