citra/src
Morph 2f852f182a sdl_impl: Fix controller reconnection issues
It turns out that after a controller is disconnected, there is a chance that events from the previous controller are sent/processed after it has been disconnected.
This causes the previously disconnected controller to reappear as connected due to GetSDLJoystickBySDLID() emplacing this controller back to the map.

Fix this by only returning an SDLJoystick if and only if it exists in the map.
2020-10-21 09:41:30 -04:00
..
audio_core
common Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
core core: Fix clang build pt.2 2020-10-20 22:16:03 -04:00
input_common sdl_impl: Fix controller reconnection issues 2020-10-21 09:41:30 -04:00
tests
video_core
web_service
yuzu
yuzu_cmd
yuzu_tester
.clang-format
CMakeLists.txt