mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(GLUI) Turn font loading failure into an error
This commit is contained in:
parent
0e6ec34255
commit
f43be22e2d
@ -725,7 +725,7 @@ static void glui_font(menu_handle_t *menu)
|
||||
font_path = settings->video.font_enable ? settings->video.font_path : NULL;
|
||||
|
||||
if (!menu_display_init_main_font(menu, font_path, menu->display.font.size))
|
||||
RARCH_WARN("Failed to load font.");
|
||||
RARCH_ERR("Failed to load font.");
|
||||
}
|
||||
|
||||
static void glui_context_reset(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user