RetroArch/wiiu/include
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
..
arpa WiiU: fix network information 2018-10-11 15:37:15 -07:00
netinet
sys wiiu: small cleanup 2018-10-10 11:38:03 -07:00
wiiu Implement UDP broadcast network logging on Wii U 2018-05-06 14:39:48 -07:00
ifaddrs.h WiiU: fix network information 2018-10-11 15:37:15 -07:00
netdb.h