mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 09:39:56 +00:00
== DETAILS We discovered that the controller_patcher code was causing the WiiU to intermittently crash when switching ROMs. Changes: - Completely extricates the controller_patcher code - Create a skeleton wiiu_hid driver - Wire up the build system to build/link it successfully == TESTING Has not been tested. Probably doesn't crash, since the skeleton driver is just a copy of the null driver.