diff --git a/configuration.c b/configuration.c index d6066ccc13..f76261d605 100644 --- a/configuration.c +++ b/configuration.c @@ -447,7 +447,7 @@ static void config_set_defaults(void) settings->video.threaded = g_defaults.settings.video_threaded_enable; #ifdef HAVE_THREADS - settings->menu.threaded_data_runloop_enable = true; + settings->menu.threaded_data_runloop_enable = threaded_data_runloop_enable; #endif settings->video.shared_context = video_shared_context; settings->video.force_srgb_disable = false;