]> Chaos Git - corbenik/ctrulib.git/commitdiff
Updated the udsConnectionStatus struct.
authoryellows8 <yellows8@users.noreply.github.com>
Wed, 6 Apr 2016 17:41:37 +0000 (13:41 -0400)
committeryellows8 <yellows8@users.noreply.github.com>
Wed, 6 Apr 2016 17:41:37 +0000 (13:41 -0400)
libctru/include/3ds/services/uds.h

index 208235e5ed527900b208627a2381f6bfc63f8f45..84b4445da8147aa19f7ecef02c4cfa57602595dc 100644 (file)
@@ -31,8 +31,9 @@ typedef struct {
 typedef struct {
        u32 status;
        u32 unk_x4[0x28>>2];
-       u8 id8;
-       u8 pad_x2d[3];
+       u8 val_x2c;
+       u8 max_nodes;
+       u8 unk_x2e[2];
 } udsConnectionStatus;
 
 /// Network struct stored as big-endian.