mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:08:18 -05:00
settings: Remove global vibration strength modifier
This will be replaced in favor of per-player vibration strength modifiers.
This commit is contained in:
@ -76,7 +76,6 @@ void Config::ReadValues() {
|
||||
}
|
||||
|
||||
Settings::values.vibration_enabled.SetValue(true);
|
||||
Settings::values.vibration_strength.SetValue(100);
|
||||
Settings::values.motion_enabled.SetValue(true);
|
||||
Settings::values.touchscreen.enabled = "";
|
||||
Settings::values.touchscreen.device = "";
|
||||
|
Reference in New Issue
Block a user