input_common: Reintroduce custom pro controller support

This commit is contained in:
Narr the Reg 2023-02-09 19:59:12 -06:00
parent 341d30d869
commit 75039440f3
9 changed files with 92 additions and 7 deletions

View file

@ -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"};