1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-23 15:40:35 +00:00
This commit is contained in:
Alfrix 2018-11-12 00:54:24 -03:00
parent 53e89f6bd1
commit 989ddb35a8
2 changed files with 0 additions and 8 deletions
menu/drivers

@ -1266,10 +1266,6 @@ static unsigned ozone_entries_icon_get_id(ozone_handle_t *ozone,
if ( type == input_id + 5)
return OZONE_ENTRIES_ICONS_TEXTURE_SAVING;
input_id = input_id + 7;
while (type > (input_id + 35))
{
input_id = (input_id + 36) ;
}
}
else
{

@ -2635,10 +2635,6 @@ static uintptr_t xmb_icon_get_id(xmb_handle_t *xmb,
if ( type == input_id + 5)
return xmb->textures.list[XMB_TEXTURE_SAVING];
input_id = input_id + 7;
while (type > (input_id + 35))
{
input_id = (input_id + 36) ;
}
}
else
{