RetroArch/libretro-common
Nathan Strong 0900f08696 Wii U: Fix menu lag when built with DevKitPro r32
== DETAILS

Updates to the newlib library bundled with DevKitPro have caused
incorrect behavior in `cpu_features_get_time_usec()`. Specifically,
it defines `_POSIX_MONTONIC_CLOCK` which results in calling newlib's
time functions which are.. buggy, at least on Wii U.

By moving the WIIU case higher up, we end up calling the actual
Wii U time library routines, and get nice snappy animations as a
result.

== TESTING
I tested this locally on my wiiu and confirmed resolved menu sluggishness.
2018-09-23 17:26:45 -07:00
..
2018-09-01 04:04:15 +02:00
2018-09-12 20:04:52 +02:00
2018-08-13 19:56:02 +02:00
2018-08-08 04:51:03 +02:00
2018-09-15 03:27:05 -07:00
2018-08-07 06:00:16 +02:00
2018-09-01 01:03:58 +02:00
2018-09-15 03:27:29 -07:00