blob: 886ec87212336356bacd724012339cd75eb9a148 (
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 = 0x80, Pack = 0x8)]
struct ThemeId
{
}
}
|