mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(WiiU) Attempt fix (#14302)
This commit is contained in:
parent
976a49ad2b
commit
078f712b34
@ -540,11 +540,11 @@ failure:
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
#elif defined(WIIU)
|
#elif defined(WIIU)
|
||||||
|
static OSThread net_compat_thread;
|
||||||
static bool initialized = false;
|
static bool initialized = false;
|
||||||
|
|
||||||
if (!initialized)
|
if (!initialized)
|
||||||
{
|
{
|
||||||
OSThread net_compat_thread;
|
|
||||||
void *stack = malloc(0x1000);
|
void *stack = malloc(0x1000);
|
||||||
|
|
||||||
if (!stack)
|
if (!stack)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user