Revert "(XMB) Fix two"

This reverts commit 11fcc951f19e0cd86025ee473f48d87f25a3d1c5.
This commit is contained in:
twinaphex 2015-03-12 16:08:14 +01:00
parent 11fcc951f1
commit 0cf88d5a00

View File

@ -1050,7 +1050,7 @@ static void xmb_draw_items(xmb_handle_t *xmb, gl_t *gl,
file_list_get_last(stack, NULL, &label, NULL);
if (xmb->categories.active.idx)
core_node = xmb_get_userdata_from_core(xmb, cat_selection_ptr ? cat_selection_ptr : 0);
core_node = xmb_get_userdata_from_core(xmb, cat_selection_ptr);
end = file_list_get_size(list);