blob: 2f06e32e154d455fe5f6b3e7c300a7a3d46b892d (
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 = 0x5A8)]
struct ButtonConfigSettings
{
}
}
|