mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-05-06 04:43:33 +02:00
Fixing bad merge for user input joystick handling.
This commit is contained in:
@@ -79,8 +79,7 @@ bool UserInput::initialize()
|
||||
|
||||
for(int i = 0; i < SDL_NumJoysticks(); ++i)
|
||||
{
|
||||
joystick_ = SDL_JoystickOpen(i);
|
||||
break;
|
||||
joysticks_.push_back(SDL_JoystickOpen(i));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user