mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 21:39:54 +00:00
Merge pull request #8475 from jdgleaver/xmb-icon-fix
(XMB) Fix display glitches when refreshing current menu
This commit is contained in:
commit
7fa513be08
@ -2061,6 +2061,8 @@ static void xmb_list_open(xmb_handle_t *xmb)
|
||||
dir = 1;
|
||||
else if (xmb->depth < xmb->old_depth)
|
||||
dir = -1;
|
||||
else
|
||||
return; /* If menu hasn't changed, do nothing */
|
||||
|
||||
xmb_list_open_horizontal_list(xmb);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user