mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(XMB) 'Menu wallpaper' - Show images in aesthetically pleasing way
This commit is contained in:
parent
01bd63cab9
commit
4e037cbe68
@ -1137,19 +1137,6 @@ static void menu_action_setting_disp_set_label_menu_file_plain(
|
||||
path, "(FILE)", s2, len2);
|
||||
}
|
||||
|
||||
static void menu_action_setting_disp_set_label_menu_file_image(
|
||||
file_list_t* list,
|
||||
unsigned *w, unsigned type, unsigned i,
|
||||
const char *label,
|
||||
char *s, size_t len,
|
||||
const char *entry_label,
|
||||
const char *path,
|
||||
char *s2, size_t len2)
|
||||
{
|
||||
menu_action_setting_generic_disp_set_label(w, s, len,
|
||||
path, "(IMG)", s2, len2);
|
||||
}
|
||||
|
||||
static void menu_action_setting_disp_set_label_menu_file_imageviewer(
|
||||
file_list_t* list,
|
||||
unsigned *w, unsigned type, unsigned i,
|
||||
@ -1806,9 +1793,6 @@ static int menu_cbs_init_bind_get_string_representation_compare_type(
|
||||
menu_action_setting_disp_set_label_music);
|
||||
break;
|
||||
case FILE_TYPE_IMAGE:
|
||||
BIND_ACTION_GET_VALUE(cbs,
|
||||
menu_action_setting_disp_set_label_menu_file_image);
|
||||
break;
|
||||
case FILE_TYPE_IMAGEVIEWER:
|
||||
BIND_ACTION_GET_VALUE(cbs,
|
||||
menu_action_setting_disp_set_label_menu_file_imageviewer);
|
||||
|
@ -1952,6 +1952,7 @@ static uintptr_t xmb_icon_get_id(xmb_handle_t *xmb,
|
||||
return xmb->textures.list[XMB_TEXTURE_ZIP];
|
||||
case FILE_TYPE_MUSIC:
|
||||
return xmb->textures.list[XMB_TEXTURE_MUSIC];
|
||||
case FILE_TYPE_IMAGE:
|
||||
case FILE_TYPE_IMAGEVIEWER:
|
||||
return xmb->textures.list[XMB_TEXTURE_IMAGE];
|
||||
case FILE_TYPE_MOVIE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user