mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(XMB) Use menu_list_get_last_* instead of file_list_get_last
This commit is contained in:
parent
d7f890dcbc
commit
e29596f2c1
@ -1014,7 +1014,7 @@ static void xmb_draw_items(xmb_handle_t *xmb, gl_t *gl,
|
|||||||
|
|
||||||
video_driver_get_size(&width, &height);
|
video_driver_get_size(&width, &height);
|
||||||
|
|
||||||
file_list_get_last(stack, NULL, &label, NULL, NULL);
|
menu_list_get_last(stack, NULL, &label, NULL, NULL);
|
||||||
|
|
||||||
if (cat_selection_ptr)
|
if (cat_selection_ptr)
|
||||||
core_node = xmb_get_userdata_from_horizontal_list(xmb, cat_selection_ptr - 1);
|
core_node = xmb_get_userdata_from_horizontal_list(xmb, cat_selection_ptr - 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user