We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f2e38 commit f3cf019Copy full SHA for f3cf019
src/joystick/SDL_joystick.c
@@ -96,7 +96,7 @@ static SDL_JoystickDriver *SDL_joystick_drivers[] = {
96
&SDL_VIRTUAL_JoystickDriver,
97
#endif
98
#ifdef SDL_JOYSTICK_VITA
99
- &SDL_VITA_JoystickDriver
+ &SDL_VITA_JoystickDriver,
100
101
#if defined(SDL_JOYSTICK_DUMMY) || defined(SDL_JOYSTICK_DISABLED)
102
&SDL_DUMMY_JoystickDriver
0 commit comments