mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(XMB) Fix more duplicate icon bugs
This commit is contained in:
parent
a2380c4182
commit
3b2aa6ba40
@ -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++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user