Disable ondemand thumbnails for all platforms by default

This commit is contained in:
libretroadmin 2024-12-21 17:47:16 +01:00
parent 739f2ff55c
commit 123bfc1212

View File

@ -1452,11 +1452,7 @@
* a new one) */
#define DEFAULT_CORE_UPDATER_AUTO_BACKUP_HISTORY_SIZE 1
#if defined(ANDROID) || defined(__APPLE__)
#define DEFAULT_NETWORK_ON_DEMAND_THUMBNAILS true
#else
#define DEFAULT_NETWORK_ON_DEMAND_THUMBNAILS false
#endif
/* Number of entries that will be kept in content history playlist file. */
#define DEFAULT_CONTENT_HISTORY_SIZE 200