mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 22:14:17 +00:00
== DETAILS If a call to HIDRead() ends up blocking indefinitely, it will cause the shutdown process to wait forever. To avoid a deadlock, I've put in a retry counter so that it will give up after 5s and print a warning to the log.