mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 12:41:00 +00:00
Ifdef threading code block with HAVE_THREADS
This commit is contained in:
parent
4f5b937f5e
commit
f6fafeb5fa
@ -172,6 +172,7 @@ bool rarch_main_data_active(data_runloop_t *runloop)
|
||||
return active;
|
||||
}
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
static void data_thread_loop(void *data)
|
||||
{
|
||||
data_runloop_t *runloop = (data_runloop_t*)data;
|
||||
@ -203,6 +204,7 @@ static void data_thread_loop(void *data)
|
||||
|
||||
RARCH_LOG("[Data Thread]: Stopping data thread.\n");
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
static void rarch_main_data_thread_init(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user