(XMB) Fix extra icons while browsing the menus

This commit is contained in:
Higor Eurípedes 2015-06-10 09:35:07 -03:00
parent 3673fc6100
commit b23594e7e3

View File

@ -850,7 +850,7 @@ static void xmb_list_open_horizontal_list(xmb_handle_t *xmb, menu_handle_t *menu
unsigned j;
size_t list_size = xmb_list_get_size(menu, MENU_LIST_HORIZONTAL);
for (j = 0; j < list_size; j++)
for (j = 0; j <= list_size; j++)
{
float ia = 0;
xmb_node_t *node = &xmb->settings_node;