RetroArch/frontend
gblues 5894d0ef86 Remove all HID code from WiiU build via ifdef
== 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.
2018-01-07 20:26:24 -08:00
..
drivers Remove all HID code from WiiU build via ifdef 2018-01-07 20:26:24 -08:00
frontend.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
frontend.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
frontend_driver.c Rename platform_linux.c to platform_unix.c 2017-06-19 17:38:49 +02:00
frontend_driver.h Rename platform_linux.c to platform_unix.c 2017-06-19 17:38:49 +02:00
frontend_salamander.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00