Don't need hash_label for wallpaper instance anymore

This commit is contained in:
twinaphex 2016-07-09 13:54:07 +02:00
parent df5d46594b
commit 6c2856926c

View File

@ -3517,7 +3517,7 @@ static int menu_displaylist_parse_generic(
case RARCH_CONTENT_IMAGE:
#ifdef HAVE_IMAGEVIEWER
if (settings->multimedia.builtin_imageviewer_enable
&& hash_label != MENU_LABEL_MENU_WALLPAPER)
&& type != DISPLAYLIST_IMAGES)
file_type = FILE_TYPE_IMAGEVIEWER;
#endif
default: