namespace Ryujinx.HLE.HOS.Services.Hid { public struct AccelerometerParameters { public float X; public float Y; } }