mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
(XMB) Fix typo
This commit is contained in:
parent
593e835228
commit
b96a11c5f8
@ -688,7 +688,7 @@ static void xmb_list_open_old(xmb_handle_t *xmb,
|
|||||||
if (dir == -1)
|
if (dir == -1)
|
||||||
ia = 0;
|
ia = 0;
|
||||||
|
|
||||||
real_y = node->y + + xmb->margins.screen.top;
|
real_y = node->y + xmb->margins.screen.top;
|
||||||
|
|
||||||
if (real_y < -threshold || real_y > height+threshold)
|
if (real_y < -threshold || real_y > height+threshold)
|
||||||
{
|
{
|
||||||
@ -739,7 +739,7 @@ static void xmb_list_open_new(xmb_handle_t *xmb,
|
|||||||
node->y = xmb_item_y(xmb, i, current);
|
node->y = xmb_item_y(xmb, i, current);
|
||||||
node->zoom = xmb->categories.passive.zoom;
|
node->zoom = xmb->categories.passive.zoom;
|
||||||
|
|
||||||
real_y = node->y + + xmb->margins.screen.top;
|
real_y = node->y + xmb->margins.screen.top;
|
||||||
|
|
||||||
if (i == current)
|
if (i == current)
|
||||||
node->zoom = xmb->categories.active.zoom;
|
node->zoom = xmb->categories.active.zoom;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user