dolphin/Source/Core/InputCommon/ControllerInterface
Filippo Tarpini 1e4a1bee43 Fix DualShockUDP not adding/removing devices correctly
-If adding 2 devices with the same name, they their unique id wouldn't be increased, causing a conflict.
-Removing a device wouldn't actually remove it from the internal devices list because the list of devices had already been updated when going through it.
-It was possible to remove devices belonging to other sources by adding a device with the same name and then removing it.
2021-01-03 21:06:06 +02:00
..
Android
DInput InputCommon: Migrate logging over to fmt 2020-10-23 13:16:18 -04:00
DualShockUDPClient Fix DualShockUDP not adding/removing devices correctly 2021-01-03 21:06:06 +02:00
evdev InputCommon: Migrate logging over to fmt 2020-10-23 13:16:18 -04:00
ForceFeedback
OSX InputCommon: Migrate logging over to fmt 2020-10-23 13:16:18 -04:00
Pipes
Quartz
SDL InputCommon: Migrate logging over to fmt 2020-10-23 13:16:18 -04:00
Touch
Wiimote InputCommon: Migrate logging over to fmt 2020-10-23 13:16:18 -04:00
Win32 InputCommon: Fix callback dispatch deadlock 2020-12-13 00:30:27 +00:00
XInput
Xlib
ControllerInterface.cpp InputCommon: Fix callback dispatch deadlock 2020-12-13 00:30:27 +00:00
ControllerInterface.h InputCommon: Fix callback dispatch deadlock 2020-12-13 00:30:27 +00:00
Device.cpp
Device.h