diff --git a/nx/source/services/hid.c b/nx/source/services/hid.c index 0c5c0702..33a9ad0b 100644 --- a/nx/source/services/hid.c +++ b/nx/source/services/hid.c @@ -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) {