scummvm/backends/platform/sdl/posix
Colin Snover 008149e357 POSIX: Do not hang ScummVM when opening a browser
If the call used to open the browser does not return until the
browser is closed, this would previously cause ScummVM to hang.
Since we are using waitpid now, we can avoid hanging by telling
waitpid to not block on a child which has not exited.
2017-12-14 14:30:16 -06:00
..
posix-main.cpp RISCOS: Add RISC OS support 2017-09-03 10:40:07 +02:00
posix.cpp POSIX: Do not hang ScummVM when opening a browser 2017-12-14 14:30:16 -06:00
posix.h JANITORIAL: Remove more trailing spaces 2016-10-09 15:02:02 +02:00