summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nwm/uds_data.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2017-06-14 16:43:05 +0200
committerSubv <subv2112@gmail.com>2017-06-15 19:08:55 +0200
commit812b404492d36d499b4a74019eacb6da2a052a26 (patch)
treecb8788d4e84c31ce29c699ce4ab83a2e745b8d4f /src/core/hle/service/nwm/uds_data.h
parentUDS: Return the correct error messages in SendTo when not connected to a network or trying to send to itself. (diff)
downloadyuzu-812b404492d36d499b4a74019eacb6da2a052a26.tar
yuzu-812b404492d36d499b4a74019eacb6da2a052a26.tar.gz
yuzu-812b404492d36d499b4a74019eacb6da2a052a26.tar.bz2
yuzu-812b404492d36d499b4a74019eacb6da2a052a26.tar.lz
yuzu-812b404492d36d499b4a74019eacb6da2a052a26.tar.xz
yuzu-812b404492d36d499b4a74019eacb6da2a052a26.tar.zst
yuzu-812b404492d36d499b4a74019eacb6da2a052a26.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nwm/uds_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/nwm/uds_data.h b/src/core/hle/service/nwm/uds_data.h
index 0dd46bcb1..8480ef94b 100644
--- a/src/core/hle/service/nwm/uds_data.h
+++ b/src/core/hle/service/nwm/uds_data.h
@@ -45,6 +45,8 @@ static_assert(sizeof(LLCHeader) == 8, "LLCHeader has the wrong size");
* the source and destination network node ids.
*/
struct SecureDataHeader {
+ // TODO(Subv): It is likely that the first 4 bytes of this header are
+ // actually part of another container protocol.
u16_be protocol_size;
INSERT_PADDING_BYTES(2);
u16_be securedata_size;