diff --git a/common/netloader.c b/common/netloader.c index 0402843..8a9efd8 100644 --- a/common/netloader.c +++ b/common/netloader.c @@ -30,12 +30,10 @@ typedef uint32_t in_addr_t; #include "common.h" #include "netloader.h" -// having trouble with non blocking sockets & udp on switch currently +#define PING_ENABLED 1 + #ifndef __SWITCH__ #include "switch/runtime/nxlink.h" -#define PING_ENABLED 1 -#else -#define PING_ENABLED 0 #endif #define ZLIB_CHUNK (16 * 1024)