mirror of
https://github.com/libretro/RetroArch
synced 2024-12-26 03:22:56 +00:00
Disable ondemand thumbnails for all platforms by default
This commit is contained in:
parent
739f2ff55c
commit
123bfc1212
@ -1452,11 +1452,7 @@
|
|||||||
* a new one) */
|
* a new one) */
|
||||||
#define DEFAULT_CORE_UPDATER_AUTO_BACKUP_HISTORY_SIZE 1
|
#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
|
#define DEFAULT_NETWORK_ON_DEMAND_THUMBNAILS false
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Number of entries that will be kept in content history playlist file. */
|
/* Number of entries that will be kept in content history playlist file. */
|
||||||
#define DEFAULT_CONTENT_HISTORY_SIZE 200
|
#define DEFAULT_CONTENT_HISTORY_SIZE 200
|
||||||
|
Loading…
Reference in New Issue
Block a user