Merge pull request #8475 from jdgleaver/xmb-icon-fix

(XMB) Fix display glitches when refreshing current menu
This commit is contained in:
Twinaphex 2019-03-15 12:43:58 +01:00 committed by GitHub
commit 7fa513be08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);