1
0
Fork 0
mirror of https://github.com/Ryujinx/SDL.git synced 2025-01-12 06:05:42 +00:00

SDL_classic_joysticks defaults off

This commit is contained in:
Sam Lantinga 2021-11-15 20:17:14 -08:00
parent 7ad64357ee
commit 40d808620d

View file

@ -112,7 +112,7 @@ typedef struct SDL_joylist_item
SDL_GamepadMapping *mapping;
} SDL_joylist_item;
static SDL_bool SDL_classic_joysticks = SDL_TRUE;
static SDL_bool SDL_classic_joysticks = SDL_FALSE;
static SDL_joylist_item *SDL_joylist = NULL;
static SDL_joylist_item *SDL_joylist_tail = NULL;
static int numjoysticks = 0;