namespace Ryujinx.HLE.Input { public struct HidJoystickPosition { public int DX; public int DY; } }