From f0407067431ed59f18c81018a7332bb05d227c50 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Thu, 9 Jan 2020 18:42:06 -0500 Subject: [PATCH] In _hidActivateConsoleSixAxisSensor, use cmd ActivateConsoleSixAxisSensor instead of ActivateSevenSixAxisSensor. --- nx/source/services/hid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {