From 4149481608ca9a55e7ba5abad4544791bdfe16d6 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sun, 22 Nov 2020 21:27:00 -0500 Subject: [PATCH] hid: Fix comment. --- 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 07247e4f..00af4573 100644 --- a/nx/source/services/hid.c +++ b/nx/source/services/hid.c @@ -1139,7 +1139,7 @@ Result hidSetSupportedNpadStyleSet(u32 style_set) { static Result _hidActivateGesture(void) { u32 val=1; - return _hidCmdInU32AruidNoOut(val, 91); // ActivateNpadWithRevision + return _hidCmdInU32AruidNoOut(val, 91); // ActivateGesture } Result hidGetSupportedNpadStyleSet(u32 *style_set) {