Ability to select JPEG wallpapers now too

This commit is contained in:
twinaphex 2016-05-17 13:45:47 +02:00
parent 0e3ff650c2
commit ee90ce4b54

View File

@ -4011,7 +4011,7 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
break;
case DISPLAYLIST_IMAGES:
info->type_default = MENU_FILE_IMAGE;
strlcpy(info->exts, "png", sizeof(info->exts));
strlcpy(info->exts, "png|jpg", sizeof(info->exts));
break;
case DISPLAYLIST_AUDIO_FILTERS:
info->type_default = MENU_FILE_AUDIOFILTER;