From 9a2fab817dd7e1ad0f77039ea20e57dda47ed7ec Mon Sep 17 00:00:00 2001 From: yellows8 Date: Mon, 23 Nov 2020 00:34:52 -0500 Subject: [PATCH] hid: Fixed docs. --- nx/include/switch/services/hid.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx/include/switch/services/hid.h b/nx/include/switch/services/hid.h index dae2a9b2..88410378 100644 --- a/nx/include/switch/services/hid.h +++ b/nx/include/switch/services/hid.h @@ -791,8 +791,8 @@ typedef struct HidNpadSixAxisSensorLifo { /// NpadSystemProperties typedef struct { - u64 is_charging : 3; ///< Use \ref hidGetNpadPowerInfo instead of accessing this directly. - u64 is_powered : 3; ///< Use \ref hidGetNpadPowerInfo instead of accessing this directly. + u64 is_charging : 3; ///< Use \ref hidGetNpadPowerInfoSingle / \ref hidGetNpadPowerInfoSplit instead of accessing this directly. + u64 is_powered : 3; ///< Use \ref hidGetNpadPowerInfoSingle / \ref hidGetNpadPowerInfoSplit instead of accessing this directly. u64 bit6 : 1; ///< Unused u64 bit7 : 1; ///< Unused