mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
In _hidActivateConsoleSixAxisSensor, use cmd ActivateConsoleSixAxisSensor instead of ActivateSevenSixAxisSensor.
This commit is contained in:
parent
f34de8fb54
commit
f040706743
@ -1102,7 +1102,7 @@ static Result _hidActivateConsoleSixAxisSensor(void) {
|
|||||||
if (hosversionBefore(3,0,0))
|
if (hosversionBefore(3,0,0))
|
||||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||||
|
|
||||||
return _hidCmdWithNoInput(303);
|
return _hidCmdWithNoInput(300);
|
||||||
}
|
}
|
||||||
|
|
||||||
Result hidStartSevenSixAxisSensor(void) {
|
Result hidStartSevenSixAxisSensor(void) {
|
||||||
|
Loading…
Reference in New Issue
Block a user