Skip to content

Commit db43801

Browse files
committed
implement the entirety of ACT, move some definitions
1 parent 2f85cdc commit db43801

File tree

5 files changed

+2413
-20
lines changed

5 files changed

+2413
-20
lines changed

libctru/include/3ds/mii.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
*/
77
#pragma once
88

9+
#define MII_NAME_LEN 10+1 ///< 10-character NULL-terminated UTF-16 mii name
10+
11+
typedef u16 MiiScreenName[MII_NAME_LEN];
12+
913
#include <3ds/types.h>
1014

1115
/// Shared Base Mii struct

0 commit comments

Comments
 (0)