summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/types/char_info.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-09-11 06:42:38 +0200
committergerman77 <juangerman-13@hotmail.com>2023-09-11 06:42:38 +0200
commit8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c (patch)
tree6ea7d5f1e5d3cf29bf8abcd16bbb30bf71ec3419 /src/core/hle/service/mii/types/char_info.h
parentservice: mii: separate mii types into their own file (diff)
downloadyuzu-8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c.tar
yuzu-8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c.tar.gz
yuzu-8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c.tar.bz2
yuzu-8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c.tar.lz
yuzu-8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c.tar.xz
yuzu-8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c.tar.zst
yuzu-8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c.zip
Diffstat (limited to 'src/core/hle/service/mii/types/char_info.h')
-rw-r--r--src/core/hle/service/mii/types/char_info.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/mii/types/char_info.h b/src/core/hle/service/mii/types/char_info.h
index 5741b5089..cdebb1c9d 100644
--- a/src/core/hle/service/mii/types/char_info.h
+++ b/src/core/hle/service/mii/types/char_info.h
@@ -8,7 +8,8 @@
namespace Service::Mii {
// This is nn::mii::detail::CharInfoRaw
-struct CharInfo {
+class CharInfo {
+public:
Common::UUID create_id;
Nickname name;
u16 null_terminator;