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

namespace Ryujinx.Horizon.Sdk.Settings
{
    [StructLayout(LayoutKind.Sequential, Size = 0x48)]
    struct SettingsItemKey
    {
    }
}