(3DS/CTR) Now that 3DS/CTR defines HAVE_SOCKET_LEGACY, we don't need

this conditional anymore
This commit is contained in:
libretroadmin 2022-06-19 17:57:50 +02:00
parent 757b0642ba
commit f0e340fd23

View File

@ -78,7 +78,7 @@
#include "netplay_private.h"
#if defined(AF_INET6) && !defined(HAVE_SOCKET_LEGACY) && !defined(_3DS)
#if defined(AF_INET6) && !defined(HAVE_SOCKET_LEGACY)
#define HAVE_INET6 1
#endif