SDLJoystick: Addressed review comments

This commit is contained in:
B3n30 2018-09-09 10:11:47 +02:00 committed by fearlessTobi
parent 9df1461cec
commit 0238cf52b7
2 changed files with 23 additions and 26 deletions

View file

@ -191,6 +191,7 @@ void EmuWindow_SDL2::PollEvents() {
break;
default:
InputCommon::SDL::HandleGameControllerEvent(event);
break;
}
}
}