mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(libnx) Enable threaded video by default
This commit is contained in:
parent
31ba215c94
commit
cf5b8a5fca
@ -181,7 +181,11 @@ static unsigned swap_interval = 1;
|
|||||||
/* Threaded video. Will possibly increase performance significantly
|
/* Threaded video. Will possibly increase performance significantly
|
||||||
* at the cost of worse synchronization and latency.
|
* at the cost of worse synchronization and latency.
|
||||||
*/
|
*/
|
||||||
|
#if defined(HAVE_LIBNX)
|
||||||
|
static const bool video_threaded = true;
|
||||||
|
#else
|
||||||
static const bool video_threaded = false;
|
static const bool video_threaded = false;
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_THREADS)
|
#if defined(HAVE_THREADS)
|
||||||
#if defined(GEKKO) || defined(PSP)
|
#if defined(GEKKO) || defined(PSP)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user