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

namespace Ryujinx.Horizon.Sdk.Settings.Factory
{
    [StructLayout(LayoutKind.Sequential, Size = 0x58, Pack = 0x4)]
    struct EccB233DeviceKey
    {
    }
}