aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Horizon/Sdk/Settings/SettingsName.cs
blob: 6864b8cd64288d20c9ec926eea80141e2aa93374 (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 SettingsName
    {
    }
}