mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
(XMB) Prevent font corruption bug when unloading core or resetting
context
This commit is contained in:
parent
d3f0954418
commit
e635f9fa59
@ -2048,10 +2048,10 @@ static void xmb_context_reset(void)
|
||||
fill_pathname_slash(iconpath, sizeof(iconpath));
|
||||
|
||||
xmb_layout(menu, xmb);
|
||||
xmb_font(menu);
|
||||
xmb_context_reset_textures(xmb, iconpath);
|
||||
xmb_context_reset_background(iconpath);
|
||||
xmb_context_reset_horizontal_list(xmb, menu, themepath);
|
||||
xmb_font(menu);
|
||||
}
|
||||
|
||||
static void xmb_navigation_clear(bool pending_push)
|
||||
|
Loading…
Reference in New Issue
Block a user