mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-29 22:25:05 +00:00
(runloop data) Add HAVE_THREADS around some threading-only code
This commit is contained in:
parent
b6bf600393
commit
578f59292b
@ -789,8 +789,10 @@ static void data_thread_loop(void *data)
|
||||
|
||||
void rarch_main_data_iterate(void)
|
||||
{
|
||||
#ifdef HAVE_THREADS
|
||||
if (g_data_runloop.thread_inited)
|
||||
return;
|
||||
#endif
|
||||
|
||||
data_runloop_iterate(&g_data_runloop);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user