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

namespace Ryujinx.Horizon.Sdk.Settings.System
{
    [StructLayout(LayoutKind.Sequential, Size = 0x4, Pack = 0x4)]
    struct AccountSettings
    {
    }
}