mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-28 05:38:24 +00:00
(XMB) Fix icon zoom issue on some ordered lists
This commit is contained in:
parent
327177f763
commit
b5c183878f
@ -556,9 +556,10 @@ static void xmb_list_open_new(xmb_handle_t *xmb,
|
||||
|
||||
node->x = xmb->icon.size * dir * 2;
|
||||
node->y = xmb_item_y(xmb, i, current);
|
||||
node->zoom = xmb->categories.passive.zoom;
|
||||
|
||||
if (i == current)
|
||||
node->zoom = 1;
|
||||
node->zoom = xmb->categories.active.zoom;
|
||||
}
|
||||
for (i = 0; i < file_list_get_size(list); i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user