mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
hid: Fixed docs.
This commit is contained in:
parent
7c64b5b70b
commit
9a2fab817d
@ -791,8 +791,8 @@ typedef struct HidNpadSixAxisSensorLifo {
|
|||||||
|
|
||||||
/// NpadSystemProperties
|
/// NpadSystemProperties
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u64 is_charging : 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 hidGetNpadPowerInfo instead of accessing this directly.
|
u64 is_powered : 3; ///< Use \ref hidGetNpadPowerInfoSingle / \ref hidGetNpadPowerInfoSplit instead of accessing this directly.
|
||||||
|
|
||||||
u64 bit6 : 1; ///< Unused
|
u64 bit6 : 1; ///< Unused
|
||||||
u64 bit7 : 1; ///< Unused
|
u64 bit7 : 1; ///< Unused
|
||||||
|
Loading…
Reference in New Issue
Block a user