mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +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));
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
g_data_runloop.thread_inited = false;
|
||||
g_data_runloop.alive = false;
|
||||
#endif
|
||||
|
||||
g_data_runloop.inited = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user