mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 22:57:57 -05:00
core/hid: Cancel any vibration after the test
This commit is contained in:
@ -1404,7 +1404,7 @@ void Hid::SendVibrationGcErmCommand(Kernel::HLERequestContext& ctx) {
|
||||
.high_frequency = 0.0f,
|
||||
};
|
||||
default:
|
||||
return Controller_NPad::DEFAULT_VIBRATION_VALUE;
|
||||
return Core::HID::DEFAULT_VIBRATION_VALUE;
|
||||
}
|
||||
}();
|
||||
|
||||
|
Reference in New Issue
Block a user