mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
9a4b28735b
I had previously assumed that if AF_INET6 is defined, IPv6 support was present. Some psychopathic console SDKs which shall not be named actually define AF_INET6 but none of the IPv6 structures. As there is therefore no way to determine whether IPv6 support is present at preprocessor time, I'm ust assuming that HAVE_SOCKET_LEGACY implies no IPv6. This means in effect that no consoles get IPv6 support.