RetroArch/wiiu/system
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
..
dynamic.c WiiU: C89 style comments 2018-01-06 09:44:03 -03:00
dynamic.h WiiU: C89 style comments 2018-01-06 09:44:03 -03:00
exception_handler.c WiiU: C89 style comments 2018-01-06 09:44:03 -03:00
exception_handler.h (wiiu) small style nits; declare variables at top; C comments 2018-01-05 13:09:05 +01:00
imports.h Remove all HID code from WiiU build via ifdef 2018-01-07 20:26:24 -08:00
memory.c (WIIU) add more NULL check to *_free functions. 2018-01-07 03:45:41 +01:00
memory.h (wiiu) small style nits; declare variables at top; C comments 2018-01-05 13:09:05 +01:00
missing_libc_functions.c WiiU: C89 style comments 2018-01-06 09:44:03 -03:00
stubs_elf.S (WiiU) implement the missing requirement for core loading: exec, 2017-01-25 19:52:31 +01:00
stubs_rpl.S (WiiU) implement the missing requirement for core loading: exec, 2017-01-25 19:52:31 +01:00