aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Horizon/Sdk/Settings/System/AnalogStickUserCalibration.cs
blob: 36023da9ccdd90d83f161e6782ec48424fef40cb (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 = 0x10, Pack = 0x4)]
    struct AnalogStickUserCalibration
    {
    }
}