Merge pull request #1403 from lakkatv/xmb

(XMB) Fix more duplicate icon bugs
This commit is contained in:
Twinaphex 2015-02-10 02:52:30 +01:00
commit 95089ce7d1
1 changed files with 1 additions and 4 deletions

View File

@ -1670,10 +1670,7 @@ static void xmb_toggle(bool menu_on)
add_tween(XMB_DELAY, 1.0f, &xmb->alpha, &inOutQuad, NULL);
if (!xmb->active_category)
return;
xmb->prevent_populate = true;
xmb->prevent_populate = !menu->need_refresh;
for (i = 0; i < xmb->num_categories; i++)
{