blob: 8bd4924e9aa707251daf41a0ddd0398816a58b79 (
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 = 0x5C8)]
struct ButtonConfigRegisteredSettings
{
}
}
|