aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Horizon/Sdk/Settings/System/SerialNumber.cs
blob: 22ddb85cec3443619b8234217973bdfe5a301bf0 (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 = 0x18, Pack = 0x1)]
    struct SerialNumber
    {
    }
}