core/hid: Cancel any vibration after the test

This commit is contained in:
Narr the Reg
2021-12-15 20:00:24 -06:00
parent b3fc36d989
commit c82e6dc810
5 changed files with 19 additions and 23 deletions

View File

@ -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;
}
}();