namespace Ryujinx.HLE.HOS.Services.Hid { public struct HidSensorFusionParameters { public float RevisePower; public float ReviseRange; } }