mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(XMB) Prevent icon overlap after a scan is finished
This commit is contained in:
parent
403e00a936
commit
f2fc38f578
@ -1024,6 +1024,8 @@ static void xmb_refresh_horizontal_list(xmb_handle_t *xmb,
|
|||||||
free(xmb->horizontal_list);
|
free(xmb->horizontal_list);
|
||||||
xmb->horizontal_list = NULL;
|
xmb->horizontal_list = NULL;
|
||||||
|
|
||||||
|
xmb->prevent_populate = true;
|
||||||
|
|
||||||
xmb_init_horizontal_list(menu, xmb);
|
xmb_init_horizontal_list(menu, xmb);
|
||||||
xmb_context_reset_horizontal_list(xmb, menu, themepath);
|
xmb_context_reset_horizontal_list(xmb, menu, themepath);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user