From e7040e3cf8696857ff9480d32693ff630d665605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Andr=C3=A9=20Santoni?= Date: Tue, 20 Oct 2015 22:55:27 +0700 Subject: [PATCH] (XMB) animation bug fix --- menu/drivers/xmb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index d425b7d9b4..6df49889d3 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -952,7 +952,7 @@ static void xmb_list_switch(xmb_handle_t *xmb) 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); + size_t list_size = xmb_list_get_size(menu, MENU_LIST_HORIZONTAL) + 1; for (j = 0; j <= list_size; j++) {