mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-12 04:31:19 +00:00
Merge pull request #1494 from lakkatv/xmb
(XMB) Fix content icon offset
This commit is contained in:
commit
650c81480d
@ -1063,8 +1063,8 @@ 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, info, cat_selection_ptr);
|
||||
if (cat_selection_ptr)
|
||||
core_node = xmb_get_userdata_from_core(xmb, info, cat_selection_ptr - 1);
|
||||
|
||||
end = file_list_get_size(list);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user