mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-23 04:43:10 +00:00
bluetooth-mitm: fix copy/paste error
This commit is contained in:
parent
f9c4c5cd71
commit
bb7fc4e793
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue