From 227bf3e642147b11e158bfdfe616e055ad00c670 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 12 Apr 2015 03:31:10 +0200 Subject: [PATCH] Set threaded_data_runloop_enable to default value --- configuration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;