1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-19 12:41:00 +00:00

Set threaded_data_runloop_enable to default value

This commit is contained in:
twinaphex 2015-04-12 03:31:10 +02:00
parent 29ecd3b297
commit 227bf3e642

@ -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;