mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
(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…
x
Reference in New Issue
Block a user