blob: d2fd51cf7769e1782d051b3c360bad73fa708f74 (
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 = 0x248)]
struct Rsa2048DeviceKey
{
}
}
|