From f00898c4d889cd4fa8fb6ff78ca313798c5b0269 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Thu, 28 Nov 2019 16:11:06 -0500 Subject: [PATCH] Improved hidLa docs. --- nx/include/switch/applets/hid_la.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx/include/switch/applets/hid_la.h b/nx/include/switch/applets/hid_la.h index d63cec7b..1b77c31f 100644 --- a/nx/include/switch/applets/hid_la.h +++ b/nx/include/switch/applets/hid_la.h @@ -8,7 +8,7 @@ #include "../types.h" #include "../services/hid.h" -/// Type values for HidLaControllerSupportArgPrivate::type. +/// Mode values for HidLaControllerSupportArgPrivate::mode. typedef enum { HidLaControllerSupportMode_ShowControllerSupport = 0, ///< ShowControllerSupport HidLaControllerSupportMode_ShowControllerStrapGuide = 1, ///< [3.0.0+] ShowControllerStrapGuide @@ -28,7 +28,7 @@ typedef struct { u8 flag0; ///< Flag0 u8 flag1; ///< Flag1 u8 mode; ///< \ref HidLaControllerSupportMode - u8 controller_support_caller; ///< Always zero except with ShowControllerFirmwareUpdateForSystem, which sets this to the input param. + u8 controller_support_caller; ///< \ref HidLaControllerSupportCaller. Always zero except with \ref hidLaShowControllerFirmwareUpdateForSystem, which sets this to the input param. u32 npad_style_set; ///< Output from \ref hidGetSupportedNpadStyleSet. With ShowControllerSupportForSystem on pre-3.0.0 this is value 0. u32 npad_joy_hold_type; ///< Output from \ref hidGetNpadJoyHoldType. With ShowControllerSupportForSystem on pre-3.0.0 this is value 1. } HidLaControllerSupportArgPrivate;