diff --git a/src/joystick/SDL_joystick.c b/src/joystick/SDL_joystick.c index a7c997f86fd44..4fdff82020eef 100644 --- a/src/joystick/SDL_joystick.c +++ b/src/joystick/SDL_joystick.c @@ -625,9 +625,8 @@ int SDL_JoystickInit(void) /* See if we should allow joystick events while in the background */ SDL_AddHintCallback(SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS, SDL_JoystickAllowBackgroundEventsChanged, NULL); -#ifndef __MORPHOS__ SDL_InitSteamVirtualGamepadInfo(); -#endif + status = -1; for (i = 0; i < SDL_arraysize(SDL_joystick_drivers); ++i) { if (SDL_joystick_drivers[i]->Init() >= 0) {