blob: ac36bcd80c3d6e79a902c39a3d8cc60b4e87219f (
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 = 0x8, Pack = 0x8)]
struct ThemeSettings
{
}
}
|