From e29596f2c1093a89168d5959cc7bebacce4306e1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 11 Jun 2015 02:16:22 +0200 Subject: [PATCH] (XMB) Use menu_list_get_last_* instead of file_list_get_last --- menu/drivers/xmb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 8c8b22ff49..dc50dc3e54 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -1014,7 +1014,7 @@ static void xmb_draw_items(xmb_handle_t *xmb, gl_t *gl, 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) core_node = xmb_get_userdata_from_horizontal_list(xmb, cat_selection_ptr - 1);