### Tested versions 4.5.beta5 ### System information Ubuntu 24.04 ### Issue description In 4.4.1, calling Input.get_connected_joypads() will return an array of connected gamepad IDs. Now in 4.5.beta5 it is returning an empty array, even with the same devices connected. Probably a newer Linux/SDL issue? ### Steps to reproduce Call Input.get_connected_joypads on 4.5 beta5 ### Minimal reproduction project (MRP) Don't have one