From 078f712b34e4f845a064022ca2e00cfdff5e5956 Mon Sep 17 00:00:00 2001 From: Cthulhu-throwaway <96153783+Cthulhu-throwaway@users.noreply.github.com> Date: Sun, 7 Aug 2022 15:32:27 -0300 Subject: [PATCH] (WiiU) Attempt fix (#14302) --- libretro-common/net/net_compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)