mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Enable threaded data runloop by default when HAVE_THREADS is
defined
This commit is contained in:
parent
8dd265bbad
commit
683c082d45
@ -416,7 +416,11 @@ static unsigned swap_interval = 1;
|
||||
*/
|
||||
static const bool video_threaded = false;
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
static const bool threaded_data_runloop_enable = true;
|
||||
#else
|
||||
static const bool threaded_data_runloop_enable = false;
|
||||
#endif
|
||||
|
||||
/* Set to true if HW render cores should get their private context. */
|
||||
static const bool video_shared_context = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user