From ac66a30f9e9b76203ac74af17df9115852a4e451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Higor=20Eur=C3=ADpedes?= Date: Thu, 25 Jun 2015 14:15:38 -0300 Subject: [PATCH] (XMB) Set cursor to the first entry when opening a new list --- menu/drivers/xmb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index c0ca234533..6b1b69ab39 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -767,6 +767,7 @@ static void xmb_list_open_new(xmb_handle_t *xmb, } xmb->old_depth = xmb->depth; + menu_entries_set_start(0); } static xmb_node_t *xmb_node_allocate_userdata(xmb_handle_t *xmb, unsigned i)