mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(XMB) Fix active icon index when toggling full screen
This commit is contained in:
parent
c405c4e3c3
commit
7039142c9c
@ -1815,7 +1815,7 @@ static void xmb_context_reset_horizontal_list(xmb_handle_t *xmb,
|
||||
|
||||
texture_image_free(&ti);
|
||||
|
||||
if (i == xmb->categories.active.idx)
|
||||
if (i == xmb->categories.active.idx - 1)
|
||||
{
|
||||
node->alpha = xmb->categories.active.alpha;
|
||||
node->zoom = xmb->categories.active.zoom;
|
||||
|
Loading…
x
Reference in New Issue
Block a user