mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(3DS/CTR) Now that 3DS/CTR defines HAVE_SOCKET_LEGACY, we don't need
this conditional anymore
This commit is contained in:
parent
757b0642ba
commit
f0e340fd23
@ -78,7 +78,7 @@
|
|||||||
|
|
||||||
#include "netplay_private.h"
|
#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
|
#define HAVE_INET6 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user