mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
Enable threaded_data_runloop_enable by default when HAVE_THREADS
is enabled - should be stable enough now
This commit is contained in:
parent
6f71237196
commit
2157051d48
@ -419,8 +419,7 @@ static unsigned swap_interval = 1;
|
||||
static const bool video_threaded = false;
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
/* unstable for now when used in conjunction with threaded video */
|
||||
static const bool threaded_data_runloop_enable = false;
|
||||
static const bool threaded_data_runloop_enable = true;
|
||||
#else
|
||||
static const bool threaded_data_runloop_enable = false;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user