dolphin/Source/Core/InputCommon/ControllerInterface
Léo Lam 9a3705f82d evdev: Fix select() call
It's not guaranteed that the eventfd is smaller than the monitor fd,
because fds are not always monotonically allocated. To select()
correctly in all cases, use the max between the monitor fd and eventfd.
2018-02-04 22:45:28 +01:00
..
Android
DInput Fix minor formatting issues 2017-06-05 02:32:19 +02:00
evdev evdev: Fix select() call 2018-02-04 22:45:28 +01:00
ForceFeedback
OSX ControllerInterface: invoke callbacks in AddDevice/RemoveDevice 2017-11-10 13:37:41 -08:00
Pipes StringUtil: Make SplitString return by value 2017-06-11 16:48:20 +02:00
Quartz Add headless support on macOS 2017-04-15 19:34:42 -07:00
SDL
XInput Ignore capabilities reported by an XInput device 2017-08-09 22:51:01 -05:00
Xlib
ControllerInterface.cpp ControllerInterface: don't call InvokeDevicesChangedCallbacks more than once when refreshing 2017-11-10 13:37:42 -08:00
ControllerInterface.h ControllerInterface: don't call InvokeDevicesChangedCallbacks more than once when refreshing 2017-11-10 13:37:42 -08:00
Device.cpp Merge pull request #6166 from ligfx/invokedeviceschangedcallbacks 2017-12-15 21:05:17 +01:00
Device.h Merge pull request #6166 from ligfx/invokedeviceschangedcallbacks 2017-12-15 21:05:17 +01:00