yuzu: Add setting to disable controller navigation
This commit is contained in:
parent
2136ebccd6
commit
b998aa5504
6 changed files with 28 additions and 3 deletions
|
@ -554,6 +554,7 @@ struct Values {
|
|||
Setting<bool> use_docked_mode{true, "use_docked_mode"};
|
||||
|
||||
BasicSetting<bool> enable_raw_input{false, "enable_raw_input"};
|
||||
BasicSetting<bool> controller_navigation{true, "controller_navigation"};
|
||||
|
||||
Setting<bool> vibration_enabled{true, "vibration_enabled"};
|
||||
Setting<bool> enable_accurate_vibrations{false, "enable_accurate_vibrations"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue