mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
0f66bc3297
== DETAILS I haven't figured out how I'm going to get the data read via HIDRead() funneled back to the adapter--the handle_packet() method doesn't actually get called anywhere. I'm probably going to need to do more tweaking to the function pointer list. This commit also adds logging for the data read via HIDRead. == TESTING I used my "stress test" (which I used to reproduce the crash caused by the old HID implementation), and it did not crash.