blob: cb90daf18bb7cc9ef7e88952c7612f96115a5422 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
using System.Runtime.InteropServices;
namespace Ryujinx.Horizon.Sdk.Settings.System
{
[StructLayout(LayoutKind.Sequential, Size = 0x100)]
struct AllowedSslHost
{
}
}
|