diff --git a/src/pc/controller/controller_system.c b/src/pc/controller/controller_system.c index 729c5709d..e150a89bc 100644 --- a/src/pc/controller/controller_system.c +++ b/src/pc/controller/controller_system.c @@ -44,6 +44,7 @@ void controller_update_gamepad_choices() { gNumJoys = SDL_NumJoysticks(); if (gNumJoys <= 0) { gNumJoys = 1; } if (gNumJoys > MAX_GAMEPADS) { gNumJoys = MAX_GAMEPADS; } + gNumJoys = 2; for (int i = 0; i < gNumJoys; i++) { gGamepadChoices[i] = gGamepadChoicesBuffer[i];