Invoke menu icon thumbnail loading only if needed. (#16966)

This commit is contained in:
zoltanvb 2024-09-06 20:33:06 +02:00 committed by GitHub
parent 5e14f7b914
commit 17fefa7891
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}