From f6bf7e7b1fdb7b363bd2a6d494544e27d1608fbc Mon Sep 17 00:00:00 2001 From: yellows8 Date: Thu, 7 Apr 2016 16:51:03 -0400 Subject: [PATCH] Updated comments for udsNodeInfo. --- libctru/include/3ds/services/uds.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libctru/include/3ds/services/uds.h b/libctru/include/3ds/services/uds.h index 0cba3d5..b0db512 100644 --- a/libctru/include/3ds/services/uds.h +++ b/libctru/include/3ds/services/uds.h @@ -26,16 +26,16 @@ typedef struct { struct { u16 username[10]; - u16 unk_x1c;//Unknown. Set to 0x0 with the output from udsScanBeacons(). + u16 unk_x1c;//Unknown, normally zero. Set to 0x0 with the output from udsScanBeacons(). u8 flag;//"u8 flag, unknown. Originates from the u16 bitmask in the beacon node-list header. This flag is normally 0 since that bitmask is normally 0?" - u8 pad_x1f;//? + u8 pad_x1f;//Unknown, normally zero. }; }; //The rest of this is initialized by NWM-module. u16 NetworkNodeID; - u16 pad_x22; - u32 word_x24; + u16 pad_x22;//Unknown, normally zero? + u32 word_x24;//Normally zero? } udsNodeInfo; /// Connection status struct.