From e635f9fa590ae938f8966c85eccb0e922931e67a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 21 Jun 2015 00:17:35 +0200 Subject: [PATCH] (XMB) Prevent font corruption bug when unloading core or resetting context --- menu/drivers/xmb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 910c75824d..84cf2e2b0a 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -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)