(WiiU) Attempt fix (#14302)
This commit is contained in:
parent
976a49ad2b
commit
078f712b34
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue