mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Turn on 'network on demand thumbnails' for Android/iOS
This commit is contained in:
parent
36f13e0520
commit
112483e824
@ -877,7 +877,11 @@ static const bool stdin_cmd_enable = false;
|
||||
|
||||
static const uint16_t network_remote_base_port = 55400;
|
||||
|
||||
#if defined(ANDROID) || defined(IOS)
|
||||
static const bool network_on_demand_thumbnails = true;
|
||||
#else
|
||||
static const bool network_on_demand_thumbnails = false;
|
||||
#endif
|
||||
|
||||
/* Number of entries that will be kept in content history playlist file. */
|
||||
static const unsigned default_content_history_size = 100;
|
||||
|
Loading…
x
Reference in New Issue
Block a user