Add jpeg extension too

This commit is contained in:
twinaphex 2016-05-17 13:55:14 +02:00
parent beac855ff7
commit 50c176310c

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|jpg", sizeof(info->exts));
strlcpy(info->exts, "png|jpg|jpeg", sizeof(info->exts));
break;
case DISPLAYLIST_AUDIO_FILTERS:
info->type_default = MENU_FILE_AUDIOFILTER;