Commit f6363fde9aae6abbaa3583eb0273f716e96a7811

Sam Lantinga 2023-04-05T11:23:28

Fixed crash if joystick->hwdata != NULL && device->driver == NULL This should never happen, but we're seeing it in the wild, so make sure that we can never call into a NULL device driver. (cherry picked from commit e13b74ccf0b20a20bd4baf1617bdc4f84c13feb7)