mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 21:17:45 +00:00
Whoops, make the hint actually default to false
This commit is contained in:
@@ -365,7 +365,7 @@ WINDOWS_JoystickInit(void)
|
||||
|
||||
WINDOWS_JoystickDetect();
|
||||
|
||||
s_bJoystickThread = SDL_GetHintBoolean(SDL_HINT_JOYSTICK_THREAD, SDL_TRUE);
|
||||
s_bJoystickThread = SDL_GetHintBoolean(SDL_HINT_JOYSTICK_THREAD, SDL_FALSE);
|
||||
if (s_bJoystickThread) {
|
||||
if (SDL_StartJoystickThread() < 0) {
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user