dolphin/Source/Core/InputCommon/ControllerInterface/evdev
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
..
evdev.cpp evdev: Fix select() call 2018-02-04 22:45:28 +01:00
evdev.h ControllerInterface: replace Reinitialize with RefreshDevices 2016-11-30 16:07:55 -08:00