mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-21 10:11:18 +00:00
(XMB) Fix extra icons while browsing the menus
This commit is contained in:
parent
3673fc6100
commit
b23594e7e3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user