diff options
author | german77 <juangerman-13@hotmail.com> | 2021-11-26 19:29:08 -0600 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2021-11-26 19:31:04 -0600 |
commit | 182cd9004f75df21979d0edd47910fecbd129b63 (patch) | |
tree | 0e53bca95c6cdf14ab763d425c3f776fb466edf4 /src/yuzu/main.cpp | |
parent | a4a0638bc8043ddaea13025dd7e07b198cdb3cee (diff) |
config: Remove vibration configuration
Diffstat (limited to 'src/yuzu/main.cpp')
-rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 09ea21f5e..552db6387 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -1380,8 +1380,6 @@ void GMainWindow::BootGame(const QString& filename, u64 program_id, std::size_t Config per_game_config(*system, config_file_name, Config::ConfigType::PerGameConfig); } - ConfigureVibration::SetAllVibrationDevices(); - // Disable fps limit toggle when booting a new title Settings::values.disable_fps_limit.SetValue(false); |