aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Horizon/Sdk/Friends/MiiName.cs
blob: e73c0d8336c26ee946d64aa2ac2bd64affb0986f (plain) (blame)
1
2
3
4
5
6
7
8
9
using System.Runtime.InteropServices;

namespace Ryujinx.Horizon.Sdk.Friends
{
    [StructLayout(LayoutKind.Sequential, Size = 0x20, Pack = 0x1)]
    struct MiiName
    {
    }
}