aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Horizon/Sdk/Settings/Factory/EccB233DeviceCertificate.cs
blob: 727408ed5f49158c4c8dfc2ed6034159595c216a (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 = 0x180)]
    struct EccB233DeviceCertificate
    {
    }
}