mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
Invoke menu icon thumbnail loading only if needed. (#16966)
This commit is contained in:
parent
5e14f7b914
commit
17fefa7891
@ -2958,7 +2958,7 @@ static void xmb_populate_entries(void *data,
|
||||
|
||||
xmb_set_title(xmb);
|
||||
|
||||
if(xmb->is_playlist)
|
||||
if(xmb->is_playlist && settings->uints.menu_icon_thumbnails)
|
||||
{
|
||||
xmb_populate_dynamic_icons(xmb);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user