mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Disable ondemand thumbnails for all platforms by default
This commit is contained in:
parent
739f2ff55c
commit
123bfc1212
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue