(XMB) Use menu_list_get_actiondata_at_offset
This commit is contained in:
parent
fa3f9d31d5
commit
bf4ef3fd82
|
@ -661,7 +661,7 @@ static xmb_node_t *xmb_node_allocate_userdata(xmb_handle_t *xmb, unsigned i)
|
|||
static xmb_node_t* xmb_get_userdata_from_horizontal_list(
|
||||
xmb_handle_t *xmb, unsigned i)
|
||||
{
|
||||
return (xmb_node_t*)file_list_get_actiondata_at_offset(xmb->horizontal_list, i);
|
||||
return (xmb_node_t*)menu_list_get_actiondata_at_offset(xmb->horizontal_list, i);
|
||||
}
|
||||
|
||||
static void xmb_push_animations(xmb_node_t *node, float ia, float ix)
|
||||
|
|
Loading…
Reference in New Issue