bluetooth-mitm: fix copy/paste error

This commit is contained in:
ndeadly 2020-10-16 00:18:26 +02:00
parent f9c4c5cd71
commit bb7fc4e793

View file

@ -181,7 +181,7 @@ namespace ams::controller {
DecodeRumbleValues(report_data->output0x10.left_motor, &left_motor);
SwitchRumbleData right_motor;
DecodeRumbleValues(report_data->output0x10.left_motor, &left_motor);
DecodeRumbleValues(report_data->output0x10.right_motor, &right_motor);
return this->SetVibration(&left_motor, &right_motor);
}