diff options
| author | 2022-01-25 20:24:42 -0800 | |
|---|---|---|
| committer | 2022-01-25 20:24:42 -0800 | |
| commit | 9bf7ad97f5bbb2d9c6b56df3ad0db9fa47edd757 (patch) | |
| tree | 5aa105e0579e63b90614f858bcfeff6d80d9f9d7 /src/common/settings.h | |
| parent | Merge pull request #7768 from Moonlacer/fsr-1.0.2 (diff) | |
| parent | yuzu: Add setting to disable controller navigation (diff) | |
| download | yuzu-9bf7ad97f5bbb2d9c6b56df3ad0db9fa47edd757.tar.gz yuzu-9bf7ad97f5bbb2d9c6b56df3ad0db9fa47edd757.tar.xz yuzu-9bf7ad97f5bbb2d9c6b56df3ad0db9fa47edd757.zip | |
Merge pull request #7769 from german77/no-control
yuzu: Add setting to disable controller navigation
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index d01c0448c..9bee6e10f 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -554,6 +554,7 @@ struct Values { | |||
| 554 | Setting<bool> use_docked_mode{true, "use_docked_mode"}; | 554 | Setting<bool> use_docked_mode{true, "use_docked_mode"}; |
| 555 | 555 | ||
| 556 | BasicSetting<bool> enable_raw_input{false, "enable_raw_input"}; | 556 | BasicSetting<bool> enable_raw_input{false, "enable_raw_input"}; |
| 557 | BasicSetting<bool> controller_navigation{true, "controller_navigation"}; | ||
| 557 | 558 | ||
| 558 | Setting<bool> vibration_enabled{true, "vibration_enabled"}; | 559 | Setting<bool> vibration_enabled{true, "vibration_enabled"}; |
| 559 | Setting<bool> enable_accurate_vibrations{false, "enable_accurate_vibrations"}; | 560 | Setting<bool> enable_accurate_vibrations{false, "enable_accurate_vibrations"}; |