still need this
Some checks are pending
Build coop / build-linux (push) Waiting to run
Build coop / build-steamos (push) Waiting to run
Build coop / build-windows-opengl (push) Waiting to run
Build coop / build-windows-directx (push) Waiting to run
Build coop / build-macos-arm (push) Waiting to run
Build coop / build-macos-intel (push) Waiting to run

This commit is contained in:
Isaac0-dev 2025-05-05 09:26:12 +10:00 committed by GitHub
parent 954af5bc0a
commit 6f6cbc3413
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -227,6 +227,7 @@ static void controller_sdl_read(OSContPad *pad) {
}
} else if (!sdl_joystick) {
sdl_joystick = SDL_JoystickOpen(configGamepadNumber);
if (!sdl_joystick) { return; }
}
}