mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
c2d2fe971e
== 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.