wut v1.8.0
Wii U Toolchain
Loading...
Searching...
No Matches
CTR.h
Go to the documentation of this file.
1#pragma once
2
3#include <wut.h>
4
5#ifdef __cplusplus
6
7namespace nn {
8
9namespace cfg {
10
11namespace CTR {
12
14struct UserName {
15 char16_t name[12];
16};
17WUT_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:16