(WiiU) Attempt fix (#14302)

This commit is contained in:
Cthulhu-throwaway 2022-08-07 15:32:27 -03:00 committed by GitHub
parent 976a49ad2b
commit 078f712b34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)