Set threaded_data_runloop_enable to false for now

This commit is contained in:
twinaphex 2015-04-12 05:34:53 +02:00
parent 099ca83996
commit eb599b64dc

View File

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