Skip to content

Commit

Permalink
Merge pull request #92 from kodi-game/fix-sdl
Browse files Browse the repository at this point in the history
[sdl] Fix hang when rescanning for joysticks
  • Loading branch information
garbear committed Mar 23, 2017
2 parents 0c47f0e + 6a61a29 commit 455794b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/sdl/JoystickSDL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void CJoystickSDL::Deinitialize(void)
m_pController = nullptr;
}

CJoystickSDL::Deinitialize();
CJoystick::Deinitialize();
}

bool CJoystickSDL::ScanEvents(void)
Expand Down

0 comments on commit 455794b

Please sign in to comment.