-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Milestone
Description
This property check takes between 10 and 30 milliseconds on my system, causing some games to be unplayable. Specifically, I do not have a joystick connected, and one game tries to check for a viable joystick on every frame. This causes the game to run at unplayable rates. Since the information does not change, it would be good if SDL cached this and did not run the full probe every time.