early-access version 3307

This commit is contained in:
pineappleEA
2023-01-11 04:06:04 +01:00
parent b4d5fccac2
commit 215bc2b128
101 changed files with 1326 additions and 691 deletions

View File

@@ -480,6 +480,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"};