blob: 39825e010f1439581baef95bff8ff6f1f9068c72 (
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 FirmwareVersion
{
}
}
|