mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Fix #7934
This commit is contained in:
parent
3e5237ed72
commit
628fc8a690
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user