(Android) Do not enable threaded video by default for Android

This commit is contained in:
libretroadmin 2022-11-18 20:03:19 +01:00
parent c0926ad1a1
commit 63a080af3f

View file

@ -384,7 +384,7 @@
/* Threaded video. Will possibly increase performance significantly
* at the cost of worse synchronization and latency.
*/
#if defined(HAVE_LIBNX) || defined(ANDROID)
#if defined(HAVE_LIBNX)
#define DEFAULT_VIDEO_THREADED true
#else
#define DEFAULT_VIDEO_THREADED false