Merge pull request #1859 from heuripedes/master

(XMB) Set cursor to the first entry when opening a new list
This commit is contained in:
Twinaphex 2015-06-25 19:21:36 +02:00
commit b3bb44ef5a

View File

@ -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)