diff --git a/libretro-common/net/net_compat.c b/libretro-common/net/net_compat.c index b5ea880ad7..7cabbac442 100644 --- a/libretro-common/net/net_compat.c +++ b/libretro-common/net/net_compat.c @@ -540,11 +540,11 @@ failure: return true; #elif defined(WIIU) + static OSThread net_compat_thread; static bool initialized = false; if (!initialized) { - OSThread net_compat_thread; void *stack = malloc(0x1000); if (!stack)