1
0
mirror of https://github.com/libretro/RetroArch synced 2025-01-18 13:23:40 +00:00
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
..
audio libretro-common: Restore libretro-common/audio/dsp_filters/configure 2018-08-30 22:23:05 -04:00
compat Fixup compat_snprintf.c for MSVC 2008 2018-08-16 10:12:17 +02:00
crt Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00
dynamic Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00
encodings Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00
features Wii U: Fix menu lag when built with DevKitPro r32 2018-09-23 17:26:45 -07:00
file Update config entries pointer to the new beginning of the list after sorting 2018-09-03 13:31:46 -04:00
formats Remove warning 2018-09-01 04:04:15 +02:00
gfx Add conv rgb565 to ABGR8888 by m4xw 2018-09-12 20:04:52 +02:00
glsm Update libretro-common 2018-08-13 19:56:02 +02:00
glsym Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00
hash Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00
include Add conv rgb565 to ABGR8888 by m4xw 2018-09-12 20:04:52 +02:00
libco Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00
lists Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00
memmap Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00
net Remove DEBUG ifdef 2018-08-08 04:51:03 +02:00
queues Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00
rthreads CRLF -> LF 2018-09-15 03:27:05 -07:00
samples Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00
streams Update filestream_transforms.h 2018-08-07 06:00:16 +02:00
string Cleanups 2018-09-01 01:03:58 +02:00
utils Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00
vfs [NSW] SDK compat fixups 2018-09-15 03:27:29 -07:00
vulkan Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00
.gitignore Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00