mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 09:32:52 +00:00
5894d0ef86
== DETAILS We're trying to track down the source of crashes when switching cores. To rule out the HID code, this commit does the following: - Wraps the library imports in an ifdef - Wraps the object files in conditionals in Makefile.wiiu - In wiiu_joypad, calls into the hidpad driver are wrapped in ifdef == TESTING This didn't solve the "System memory error" crash I've been experiencing. But, maybe it will impact the other flavors of crashes others are seeing.