diff options
| author | 2020-10-16 11:55:45 -0400 | |
|---|---|---|
| committer | 2020-11-15 23:33:20 -0500 | |
| commit | d6a41cfc21a75349ca79e73da5ca1dcecd1af901 (patch) | |
| tree | c801e3d0927ebfd6665bc8010d6552be0cc2acc4 /src/yuzu_cmd/default_ini.h | |
| parent | hid: Mark Begin/EndPermitVibrationSession as stubs (diff) | |
| download | yuzu-d6a41cfc21a75349ca79e73da5ca1dcecd1af901.tar.gz yuzu-d6a41cfc21a75349ca79e73da5ca1dcecd1af901.tar.xz yuzu-d6a41cfc21a75349ca79e73da5ca1dcecd1af901.zip | |
settings: Remove global vibration strength modifier
This will be replaced in favor of per-player vibration strength modifiers.
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 3 |
1 files changed, 0 insertions, 3 deletions
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) |