From 0d5bf5ab7b5b4650d510dfad3a6517f0d1d94836 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Thu, 15 Mar 2018 11:39:57 -0400 Subject: [PATCH] Added more comments for hidSetNpadJoyAssignmentModeDual(). --- nx/include/switch/services/hid.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nx/include/switch/services/hid.h b/nx/include/switch/services/hid.h index 6019ae2c..51c66137 100644 --- a/nx/include/switch/services/hid.h +++ b/nx/include/switch/services/hid.h @@ -585,6 +585,7 @@ void hidJoystickRead(JoystickPosition *pos, HidControllerID id, HidControllerJoy /// When used, both joy-cons in a pair should be used with this (CONTROLLER_PLAYER_1 and CONTROLLER_PLAYER_2 for example). /// id must be CONTROLLER_PLAYER_*. Result hidSetNpadJoyAssignmentModeSingleByDefault(HidControllerID id); +/// Use this if you want to use a pair of joy-cons as a single CONTROLLER_PLAYER_*. Only necessary if you want to use this mode in your application after \ref hidSetNpadJoyAssignmentModeSingleByDefault was used with this pair of joy-cons. /// Used automatically during app startup/exit for all controllers. /// When used, both joy-cons in a pair should be used with this (CONTROLLER_PLAYER_1 and CONTROLLER_PLAYER_2 for example). /// id must be CONTROLLER_PLAYER_*.