From eb599b64dc2015b1fbd587c685d10ea2c8b60138 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 12 Apr 2015 05:34:53 +0200 Subject: [PATCH] Set threaded_data_runloop_enable to false for now --- config.def.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.def.h b/config.def.h index 0c492127fa..c0aa4a5a86 100644 --- a/config.def.h +++ b/config.def.h @@ -407,11 +407,7 @@ static unsigned swap_interval = 1; */ static const bool video_threaded = false; -#ifdef RARCH_MOBILE static const bool threaded_data_runloop_enable = false; -#else -static const bool threaded_data_runloop_enable = true; -#endif /* Set to true if HW render cores should get their private context. */ static const bool video_shared_context = false;