10 lines
186 B
C#
10 lines
186 B
C#
|
|
using System.Runtime.InteropServices;
|
||
|
|
|
||
|
|
namespace Ryujinx.Horizon.Sdk.Arp
|
||
|
|
{
|
||
|
|
[StructLayout(LayoutKind.Sequential, Size = 0x528)]
|
||
|
|
public struct ApplicationCertificate
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|