RetroArch/frontend/drivers
Nathan Strong c5f9fc0a34 WiiU: fix network information
== DETAILS

For local netplay, it's useful to have your IP address easily
available. This commit makes the Information > Network Information
menu display the Wii U's IP address.

Change summary:
- Fix the logging init to be reentrant to avoid socket consumption
- Add implementation of POSIX `getifaddrs()` and `freeifaddrs()`
  to `missing_libc_functions.c`
- Remove compiler directives protecting the code paths that call
  `getifaddrs()` from being used in Wii U builds

== TESTING

Have tested locally, successfully get IP address information in
the Information > Network Information.

I think this may also fix NAT traversal. Will need to be tested.
2018-10-11 15:37:15 -07:00
..
platform_ctr.c android: add configurable setting for Sustained Performance Mode 2018-06-19 02:50:33 -04:00
platform_darwin.m fix(Metal): Use ifdef syntax; add correct default for Metal build 2018-09-01 11:58:37 -07:00
platform_dos.c android: add configurable setting for Sustained Performance Mode 2018-06-19 02:50:33 -04:00
platform_emscripten.c android: add configurable setting for Sustained Performance Mode 2018-06-19 02:50:33 -04:00
platform_gx.c android: add configurable setting for Sustained Performance Mode 2018-06-19 02:50:33 -04:00
platform_null.c android: add configurable setting for Sustained Performance Mode 2018-06-19 02:50:33 -04:00
platform_ps3.c android: add configurable setting for Sustained Performance Mode 2018-06-19 02:50:33 -04:00
platform_psp.c Set max bus & gpu clock rates 2018-08-02 12:19:16 -05:00
platform_qnx.c android: add configurable setting for Sustained Performance Mode 2018-06-19 02:50:33 -04:00
platform_switch.c (platform_switch.c) Set retro_rating level to 11 - some minor 2018-10-08 04:20:07 +02:00
platform_unix.c Update platform_unix.c 2018-10-02 20:08:23 +02:00
platform_unix.h android: add configurable setting for Sustained Performance Mode 2018-06-19 02:50:33 -04:00
platform_wii.c Cleanups 2017-12-25 07:49:07 +01:00
platform_wiiu.c WiiU: fix network information 2018-10-11 15:37:15 -07:00
platform_win32.c android: add configurable setting for Sustained Performance Mode 2018-06-19 02:50:33 -04:00
platform_xdk.c android: add configurable setting for Sustained Performance Mode 2018-06-19 02:50:33 -04:00
platform_xdk.h Split up code to platform_xdk.h 2018-02-05 01:33:54 +01:00
platform_xenon.c android: add configurable setting for Sustained Performance Mode 2018-06-19 02:50:33 -04:00