aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Horizon/Sdk/Settings/BatteryLot.cs
blob: 71185fcd0f5535c9fd712b31bd884d4379ef3c26 (plain) (blame)
1
2
3
4
5
6
7
8
9
using System.Runtime.InteropServices;

namespace Ryujinx.Horizon.Sdk.Settings
{
    [StructLayout(LayoutKind.Sequential, Size = 0x18, Pack = 0x1)]
    struct BatteryLot
    {
    }
}