mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
(XMB) Set cursor to the first entry when opening a new list
This commit is contained in:
parent
ce35bdef46
commit
ac66a30f9e
@ -767,6 +767,7 @@ static void xmb_list_open_new(xmb_handle_t *xmb,
|
|||||||
}
|
}
|
||||||
|
|
||||||
xmb->old_depth = xmb->depth;
|
xmb->old_depth = xmb->depth;
|
||||||
|
menu_entries_set_start(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static xmb_node_t *xmb_node_allocate_userdata(xmb_handle_t *xmb, unsigned i)
|
static xmb_node_t *xmb_node_allocate_userdata(xmb_handle_t *xmb, unsigned i)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user