namespace Ryujinx.Input.SDL3 { public record GamepadInfo(string driverId, nint gamepadHandle); }