diff --git a/src/Input/Input.cs b/src/Input/Input.cs index bd5b254..088fa43 100644 --- a/src/Input/Input.cs +++ b/src/Input/Input.cs @@ -95,7 +95,7 @@ namespace MoonWorks.Input } else { - gamepads[slot].Handle = SDL.SDL_GameControllerOpen(index); + gamepads[slot].Handle = openResult; System.Console.WriteLine($"Gamepad added to slot {slot}!"); } return;