mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
bf9706395d
== DETAILS So, the reason the gamepad was getting deregistered was because adapter free code wasn't properly handling null-interface adapters, causing the gamepad to match erroneously and get deregistered. This doesn't fix the weird "Generic SNES USB" detection issue, but it should make it non-fatal. Co-authored-by: Nathan Strong <nstrong@tripwire.com>