In _hidActivateConsoleSixAxisSensor, use cmd ActivateConsoleSixAxisSensor instead of ActivateSevenSixAxisSensor.

This commit is contained in:
yellows8 2020-01-09 18:42:06 -05:00
parent f34de8fb54
commit f040706743
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -1102,7 +1102,7 @@ static Result _hidActivateConsoleSixAxisSensor(void) {
if (hosversionBefore(3,0,0))
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
return _hidCmdWithNoInput(303);
return _hidCmdWithNoInput(300);
}
Result hidStartSevenSixAxisSensor(void) {