mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Fix "Menu Wallpaper" setting
This commit is contained in:
parent
cb10c181e2
commit
67117975dd
@ -2058,7 +2058,8 @@ static int menu_displaylist_parse_generic(menu_displaylist_info_t *info, bool *n
|
||||
break;
|
||||
case RARCH_CONTENT_IMAGE:
|
||||
#ifdef HAVE_IMAGEVIEWER
|
||||
if (settings->multimedia.builtin_imageviewer_enable)
|
||||
if (settings->multimedia.builtin_imageviewer_enable
|
||||
&& hash_label != MENU_LABEL_MENU_WALLPAPER)
|
||||
file_type = MENU_FILE_IMAGEVIEWER;
|
||||
#endif
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user