mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
9e2d53dc99
== DETAILS When I split out wiiu_gamepad into multiple sub-drivers, I missed a spot. The code expects the device type to be initialized to a magic number (0xfd), and instead it was getting initalized to zero, which meant it never triggered the detection process. I re-added the initialization, and now it works. == TESTING Tested with nestopia core to confirm autodetect and game response works.