namespace Ryujinx.HLE.Input
{
    public struct HidJoystickPosition
    {
        public int Dx;
        public int Dy;
    }
}