diff options
Diffstat (limited to 'src/yuzu_cmd')
| -rw-r--r-- | src/yuzu_cmd/config.cpp | 2 | ||||
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/yuzu_cmd/config.cpp b/src/yuzu_cmd/config.cpp index 209350837..feee02fcd 100644 --- a/src/yuzu_cmd/config.cpp +++ b/src/yuzu_cmd/config.cpp | |||
| @@ -290,8 +290,6 @@ void Config::ReadValues() { | |||
| 290 | 290 | ||
| 291 | Settings::values.vibration_enabled.SetValue( | 291 | Settings::values.vibration_enabled.SetValue( |
| 292 | sdl2_config->GetBoolean("ControlsGeneral", "vibration_enabled", true)); | 292 | sdl2_config->GetBoolean("ControlsGeneral", "vibration_enabled", true)); |
| 293 | Settings::values.vibration_strength.SetValue( | ||
| 294 | sdl2_config->GetInteger("ControlsGeneral", "vibration_strength", 100)); | ||
| 295 | Settings::values.motion_enabled.SetValue( | 293 | Settings::values.motion_enabled.SetValue( |
| 296 | sdl2_config->GetBoolean("ControlsGeneral", "motion_enabled", true)); | 294 | sdl2_config->GetBoolean("ControlsGeneral", "motion_enabled", true)); |
| 297 | Settings::values.touchscreen.enabled = | 295 | Settings::values.touchscreen.enabled = |
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 53057c01c..b6f6a3bb0 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -69,9 +69,6 @@ rstick= | |||
| 69 | # 0: Disabled, 1 (default): Enabled | 69 | # 0: Disabled, 1 (default): Enabled |
| 70 | vibration_enabled= | 70 | vibration_enabled= |
| 71 | 71 | ||
| 72 | # Vibration strength percentage (Default: 100) | ||
| 73 | vibration_strength= | ||
| 74 | |||
| 75 | # for motion input, the following devices are available: | 72 | # for motion input, the following devices are available: |
| 76 | # - "motion_emu" (default) for emulating motion input from mouse input. Required parameters: | 73 | # - "motion_emu" (default) for emulating motion input from mouse input. Required parameters: |
| 77 | # - "update_period": update period in milliseconds (default to 100) | 74 | # - "update_period": update period in milliseconds (default to 100) |