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/applets/qt_controller.cpp | |
parent | a4a0638bc8043ddaea13025dd7e07b198cdb3cee (diff) |
config: Remove vibration configuration
Diffstat (limited to 'src/yuzu/applets/qt_controller.cpp')
-rw-r--r-- | src/yuzu/applets/qt_controller.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/yuzu/applets/qt_controller.cpp b/src/yuzu/applets/qt_controller.cpp index eaa0f39f2..589e0577a 100644 --- a/src/yuzu/applets/qt_controller.cpp +++ b/src/yuzu/applets/qt_controller.cpp @@ -517,16 +517,12 @@ void QtControllerSelectorDialog::UpdateControllerState(std::size_t player_index) if (controller->GetNpadStyleIndex(true) == controller_type && controller->IsConnected(true) == player_connected) { - // Set vibration devices in the event that the input device has changed. - ConfigureVibration::SetVibrationDevices(player_index); return; } // Disconnect the controller first. UpdateController(controller, controller_type, false); - ConfigureVibration::SetVibrationDevices(player_index); - // Handheld if (player_index == 0) { if (controller_type == Core::HID::NpadStyleIndex::Handheld) { |