aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Horizon/Sdk/Settings/Factory/Rsa2048DeviceCertificate.cs
blob: 57217059f3eb2e31bc09662467d99244f5084402 (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 = 0x240)]
    struct Rsa2048DeviceCertificate
    {
    }
}