From 123bfc12127e00360f2bbab5237bc375f3e6d3e0 Mon Sep 17 00:00:00 2001 From: libretroadmin Date: Sat, 21 Dec 2024 17:47:16 +0100 Subject: [PATCH] Disable ondemand thumbnails for all platforms by default --- config.def.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.def.h b/config.def.h index 0eea764ee3..5167461218 100644 --- a/config.def.h +++ b/config.def.h @@ -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