mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-19 17:12:10 +00:00
Use menu_entries_show_back
This commit is contained in:
parent
aad6f622a2
commit
14aa1a5bda
@ -373,7 +373,7 @@ static void glui_frame(void)
|
||||
glui_blit_line(global->video_data.width / 2, 0, title_buf,
|
||||
title_color, TEXT_ALIGN_CENTER);
|
||||
|
||||
if (file_list_get_size(menu->menu_list->menu_stack) > 1)
|
||||
if (menu_entries_show_back())
|
||||
glui_blit_line(glui->margin, 0, "BACK",
|
||||
title_color, TEXT_ALIGN_LEFT);
|
||||
|
||||
|
@ -408,7 +408,7 @@ static void rgui_render(void)
|
||||
hover_color = HOVER_COLOR(settings);
|
||||
normal_color = NORMAL_COLOR(settings);
|
||||
|
||||
if (file_list_get_size(menu->menu_list->menu_stack) > 1)
|
||||
if (menu_entries_show_back())
|
||||
blit_line(menu,
|
||||
RGUI_TERM_START_X, RGUI_TERM_START_X,
|
||||
"BACK", TITLE_COLOR(settings));
|
||||
|
Loading…
x
Reference in New Issue
Block a user