mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(Android) Do not enable threaded video by default for Android
This commit is contained in:
parent
c0926ad1a1
commit
63a080af3f
@ -384,7 +384,7 @@
|
|||||||
/* 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) || defined(ANDROID)
|
#if defined(HAVE_LIBNX)
|
||||||
#define DEFAULT_VIDEO_THREADED true
|
#define DEFAULT_VIDEO_THREADED true
|
||||||
#else
|
#else
|
||||||
#define DEFAULT_VIDEO_THREADED false
|
#define DEFAULT_VIDEO_THREADED false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user