all repos — mgba @ c2564c77a9902fa0d05fd8fe0f6a1650959d3546

mGBA Game Boy Advance Emulator

Qt: Init joystick bindings
Jeffrey Pfau jeffrey@endrift.com
Sun, 09 Nov 2014 16:10:18 -0800
commit

c2564c77a9902fa0d05fd8fe0f6a1650959d3546

parent

237e35463648243e7b31ea132fb14e4d7a445f0e

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/platform/qt/InputController.cppsrc/platform/qt/InputController.cpp

@@ -14,6 +14,7 @@

#ifdef BUILD_SDL m_sdlEvents.bindings = &m_inputMap; GBASDLInitEvents(&m_sdlEvents); + GBASDLInitBindings(&m_inputMap); SDL_JoystickEventState(SDL_QUERY); #endif