mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
(XMB) Fix two
This commit is contained in:
parent
b4ef0402fc
commit
11fcc951f1
@ -1050,7 +1050,7 @@ static void xmb_draw_items(xmb_handle_t *xmb, gl_t *gl,
|
|||||||
file_list_get_last(stack, NULL, &label, NULL);
|
file_list_get_last(stack, NULL, &label, NULL);
|
||||||
|
|
||||||
if (xmb->categories.active.idx)
|
if (xmb->categories.active.idx)
|
||||||
core_node = xmb_get_userdata_from_core(xmb, cat_selection_ptr);
|
core_node = xmb_get_userdata_from_core(xmb, cat_selection_ptr ? cat_selection_ptr : 0);
|
||||||
|
|
||||||
end = file_list_get_size(list);
|
end = file_list_get_size(list);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user