wut
v1.7.0
Wii U Toolchain
include
nn
cfg
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
nn::cfg::CTR::UserName::name
char16_t name[12]
Definition:
CTR.h:15
nn::cfg::CTR::UserName
Represents a console username, used in UDS and DLP.
Definition:
CTR.h:14
nn
Definition:
ac_cpp.h:15
wut.h
Generated by
1.9.1