Skip to content

Commit

Permalink
MorphOS: not more bug with that
Browse files Browse the repository at this point in the history
  • Loading branch information
BeWorld2018 committed Feb 3, 2024
1 parent 65ff82c commit 1282678
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/joystick/SDL_joystick.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1282678

Please sign in to comment.