citra/src
Morph 7b3f5845d2 sdl_impl: Erase the SDLJoystick entry after removing a controller
Previously, disconnecting a controller still leaves a null SDLJoystick entry within the vector of SDLJoysticks mapped by GUID.
When a DirectInput device of the same GUID is reconnected, it adds that device to a new port causing non-detectable input.
Furthermore, opening the "Configure" menu would cause yuzu to crash since it first tries to resolve the name of a null SDLJoystick entry that was not removed.
Resolve this by properly erasing the SDLJoystick entry from the vector.
2020-10-16 00:04:59 -04:00
..
audio_core audio_core/CMakeLists: Make warnings consistent with core 2020-10-13 16:36:58 -04:00
common input_common/CMakeLists: Make some warnings errors 2020-10-15 19:37:51 -04:00
core Merge pull request #4784 from bunnei/cancelbuffer 2020-10-15 19:57:27 -07:00
input_common sdl_impl: Erase the SDLJoystick entry after removing a controller 2020-10-16 00:04:59 -04:00
tests tests/core_timing: Remove pragma optimize(off) 2020-08-03 11:12:55 -04:00
video_core Merge pull request #4772 from goldenx86/block-rdna 2020-10-14 17:51:39 -07:00
web_service core/CMakeLists: Make some warnings errors 2020-10-13 13:16:49 -04:00
yuzu input_common/CMakeLists: Make some warnings errors 2020-10-15 19:37:51 -04:00
yuzu_cmd renderer_opengl: Remove emulated mailbox presentation 2020-09-20 16:29:41 -03:00
yuzu_tester Merge pull request #4594 from german77/MotionHID 2020-09-17 12:39:01 -07:00
.clang-format
CMakeLists.txt CMakeLists: Resolve #4478 2020-08-03 11:21:24 -04:00