mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Revert "(XMB) Fix two"
This reverts commit 11fcc951f19e0cd86025ee473f48d87f25a3d1c5.
This commit is contained in:
parent
11fcc951f1
commit
0cf88d5a00
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user