input_common: Disable SDL driver with switch controllers

This commit is contained in:
Narr the Reg 2022-12-20 12:45:54 -06:00
parent 0e41ae9595
commit 216bdb7884
6 changed files with 44 additions and 6 deletions

View file

@ -483,6 +483,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"};
SwitchableSetting<bool> vibration_enabled{true, "vibration_enabled"};
SwitchableSetting<bool> enable_accurate_vibrations{false, "enable_accurate_vibrations"};