mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +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->x = xmb->icon.size * dir * 2;
|
||||||
node->y = xmb_item_y(xmb, i, current);
|
node->y = xmb_item_y(xmb, i, current);
|
||||||
|
node->zoom = xmb->categories.passive.zoom;
|
||||||
|
|
||||||
if (i == current)
|
if (i == current)
|
||||||
node->zoom = 1;
|
node->zoom = xmb->categories.active.zoom;
|
||||||
}
|
}
|
||||||
for (i = 0; i < file_list_get_size(list); i++)
|
for (i = 0; i < file_list_get_size(list); i++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user