aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Horizon/Sdk/Settings/System/FirmwareVersionDigest.cs
blob: 0027d7ef1ae75676586a5b22bc9350de53fa49cc (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 = 0x40, Pack = 0x1)]
    struct FirmwareVersionDigest
    {
    }
}