blob: 347afdfe3ab1def89085f3d316c7d96055ee3b2c (
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 = 0x2C, Pack = 0x4)]
struct BacklightSettingsEx
{
}
}
|