aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Horizon/Sdk/Settings/System/HostFsMountPoint.cs
blob: 1a66abac9018308b8692abf9ea0549a8d97bb5cd (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 HostFsMountPoint
    {
    }
}