From 3b1673b6735d3097aa66b0f17d1942009ed06adc Mon Sep 17 00:00:00 2001 From: yellows8 Date: Wed, 6 Apr 2016 13:41:37 -0400 Subject: [PATCH] Updated the udsConnectionStatus struct. --- libctru/include/3ds/services/uds.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libctru/include/3ds/services/uds.h b/libctru/include/3ds/services/uds.h index 208235e..84b4445 100644 --- a/libctru/include/3ds/services/uds.h +++ b/libctru/include/3ds/services/uds.h @@ -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.