mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 03:40:43 +00:00
(PSP) Buildfix
This commit is contained in:
parent
f73e65fc7c
commit
873c306a41
@ -891,8 +891,10 @@ static void rarch_main_data_init(void)
|
|||||||
|
|
||||||
memset(&g_data_runloop, 0, sizeof(g_data_runloop));
|
memset(&g_data_runloop, 0, sizeof(g_data_runloop));
|
||||||
|
|
||||||
|
#ifdef HAVE_THREADS
|
||||||
g_data_runloop.thread_inited = false;
|
g_data_runloop.thread_inited = false;
|
||||||
g_data_runloop.alive = false;
|
g_data_runloop.alive = false;
|
||||||
|
#endif
|
||||||
|
|
||||||
g_data_runloop.inited = true;
|
g_data_runloop.inited = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user