Merge pull request #7939 from alfrix/master

Fix #7934
This commit is contained in:
Twinaphex 2019-01-08 12:28:20 +01:00 committed by GitHub
commit 1673c73702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4922,16 +4922,6 @@ static void xmb_context_reset_textures(
case XMB_TEXTURE_DEFAULT_CONTENT:
goto error;
}
/* Draw Setting icon if the entry has submenus, (aesthetic improvement for incomplete themes) */
if (xmb->depth > 0)
{
if (
!menu_display_reset_textures_list(xmb_texture_path(XMB_TEXTURE_SETTING), iconpath, &xmb->textures.list[i], TEXTURE_FILTER_MIPMAP_LINEAR)
)
/* If there is no setting icon draw subsetting, (already checked that this is valid) */
menu_display_reset_textures_list(xmb_texture_path(XMB_TEXTURE_SUBSETTING), iconpath, &xmb->textures.list[i], TEXTURE_FILTER_MIPMAP_LINEAR);
}
}
}
}