Qt: Init joystick bindings

This commit is contained in:
Jeffrey Pfau 2014-11-09 16:10:18 -08:00
parent 237e354636
commit c2564c77a9
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ InputController::InputController() {
#ifdef BUILD_SDL
m_sdlEvents.bindings = &m_inputMap;
GBASDLInitEvents(&m_sdlEvents);
GBASDLInitBindings(&m_inputMap);
SDL_JoystickEventState(SDL_QUERY);
#endif