Set threaded_data_runloop_enable to false for now
This commit is contained in:
parent
099ca83996
commit
eb599b64dc
|
@ -407,11 +407,7 @@ static unsigned swap_interval = 1;
|
||||||
*/
|
*/
|
||||||
static const bool video_threaded = false;
|
static const bool video_threaded = false;
|
||||||
|
|
||||||
#ifdef RARCH_MOBILE
|
|
||||||
static const bool threaded_data_runloop_enable = false;
|
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. */
|
/* Set to true if HW render cores should get their private context. */
|
||||||
static const bool video_shared_context = false;
|
static const bool video_shared_context = false;
|
||||||
|
|
Loading…
Reference in New Issue