mirror of https://github.com/encounter/SDL.git
SDL_classic_joysticks defaults off
This commit is contained in:
parent
7ad64357ee
commit
40d808620d
|
@ -112,7 +112,7 @@ typedef struct SDL_joylist_item
|
||||||
SDL_GamepadMapping *mapping;
|
SDL_GamepadMapping *mapping;
|
||||||
} SDL_joylist_item;
|
} 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 = NULL;
|
||||||
static SDL_joylist_item *SDL_joylist_tail = NULL;
|
static SDL_joylist_item *SDL_joylist_tail = NULL;
|
||||||
static int numjoysticks = 0;
|
static int numjoysticks = 0;
|
||||||
|
|
Loading…
Reference in New Issue