(XMB) Fix the icon bug

This commit is contained in:
Jean-André Santoni 2015-03-12 18:06:28 +01:00
parent bb216ecedb
commit 2728873a95
1 changed files with 2 additions and 1 deletions

View File

@ -1791,6 +1791,7 @@ static void xmb_context_reset(void)
static void xmb_navigation_clear(bool pending_push)
{
if (!pending_push)
xmb_selection_pointer_changed();
}