vkdoom_m/src/common/platform
Joshua Watt d2ac72129d posix: sdl: Stop reading STDIN on EOF
If EOF is read on stdin (such as when it is /dev/null), stop calling
select() on it. Otherwise, the code goes into an infinite loop
attempting to read from stdin which is always ready but never has any
data and it never calls the timer callback to progress.
2023-07-17 22:57:28 +02:00
..
posix posix: sdl: Stop reading STDIN on EOF 2023-07-17 22:57:28 +02:00
win32 Add missing include guards 2023-05-29 07:35:26 +02:00