diff --git a/src/joystick/SDL_joystick.c b/src/joystick/SDL_joystick.c index 9281473e0..414fe4fe9 100644 --- a/src/joystick/SDL_joystick.c +++ b/src/joystick/SDL_joystick.c @@ -96,7 +96,7 @@ static SDL_JoystickDriver *SDL_joystick_drivers[] = { &SDL_VIRTUAL_JoystickDriver, #endif #ifdef SDL_JOYSTICK_VITA - &SDL_VITA_JoystickDriver + &SDL_VITA_JoystickDriver, #endif #if defined(SDL_JOYSTICK_DUMMY) || defined(SDL_JOYSTICK_DISABLED) &SDL_DUMMY_JoystickDriver