blob: ce3908afea6d56388602115ee240eafd30469fe2 (
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 = 0x400)]
struct GameCardCertificate
{
}
}
|