mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Quick fix for the joystick event state with GuiInputConfig.
This commit is contained in:
parent
e088fb9c35
commit
47dfe5d5fb
|
@ -28,6 +28,8 @@ GuiInputConfig::GuiInputConfig()
|
|||
LOG(LogInfo) << "Opening joystick \"" << SDL_JoystickName(0) << "\" for configuration...";
|
||||
mJoystick = SDL_JoystickOpen(0);
|
||||
}
|
||||
|
||||
SDL_JoystickEventState(SDL_ENABLE);
|
||||
}
|
||||
|
||||
GuiInputConfig::~GuiInputConfig()
|
||||
|
|
Loading…
Reference in a new issue