dolphin/Source/Core/InputCommon/ControllerInterface/evdev
Jordan Woyak ae17a06cf8 ControllerInterface/evdev: Replace a select() call with poll().
select() should not be used on Linux.
"select() can monitor only file descriptors numbers that are less than FD_SETSIZE".
2026-02-24 15:06:25 -06:00
..
evdev.cpp ControllerInterface/evdev: Replace a select() call with poll(). 2026-02-24 15:06:25 -06:00
evdev.h Input: Improve Controller Interface devices threading 2023-12-18 21:45:22 +02:00