wut  v1.7.0
Wii U Toolchain
CTR.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <wut.h>
4 
5 #ifdef __cplusplus
6 
7 namespace nn {
8 
9 namespace cfg {
10 
11 namespace CTR {
12 
14 struct UserName {
15  char16_t name[12];
16 };
17 WUT_CHECK_SIZE(UserName, 0x18);
18 
19 } // namespace CTR
20 
21 } // namespace cfg
22 
23 } // namespace nn
24 
25 #endif
char16_t name[12]
Definition: CTR.h:15
Represents a console username, used in UDS and DLP.
Definition: CTR.h:14
Definition: ac_cpp.h:15