SDLJoystick: Addressed review comments
This commit is contained in:
parent
9df1461cec
commit
0238cf52b7
2 changed files with 23 additions and 26 deletions
|
@ -191,6 +191,7 @@ void EmuWindow_SDL2::PollEvents() {
|
|||
break;
|
||||
default:
|
||||
InputCommon::SDL::HandleGameControllerEvent(event);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue