RetroArch/wiiu/input
gblues c2d2fe971e Add timeout for HID thread shutdown
== 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.
2017-12-30 20:59:07 -08:00
..
hidpad_driver.c Dummy out calls into HID driver 2017-12-30 04:43:46 +01:00
kpad_driver.c Fix bug in autodetect macro, gamepad now works properly 2017-12-30 04:43:33 +01:00
pad_functions.c
wiiu_hid.c Add timeout for HID thread shutdown 2017-12-30 20:59:07 -08:00
wiiu_hid.h Move HID driver into wiiu/ code 2017-12-30 04:43:38 +01:00
wpad_driver.c (WIIU) Cleanup 2017-12-30 15:35:32 +01:00