SDLJoystick: Addressed review comments

This commit is contained in:
B3n30
2018-09-09 10:11:47 +02:00
committed by fearlessTobi
parent 399159b247
commit 43ed4080ee
2 changed files with 22 additions and 25 deletions

View File

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