mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-31 05:56:07 +00:00
Buildfix
This commit is contained in:
parent
5b6d310abd
commit
d9de92f48b
@ -972,7 +972,10 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
|
||||
break;
|
||||
case RUNLOOP_CTL_TASK_INIT:
|
||||
{
|
||||
bool threaded_enable = settings->threaded_data_runloop_enable;
|
||||
bool threaded_enable = false;
|
||||
#ifdef HAVE_THREADS
|
||||
threaded_enable = settings->threaded_data_runloop_enable;
|
||||
#endif
|
||||
task_queue_ctl(TASK_QUEUE_CTL_INIT, &threaded_enable);
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user