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