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