mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-16 15:27:41 +00:00
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;
|
||||
|
||||
#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;
|
||||
|
Loading…
Reference in New Issue
Block a user