mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 01:16:25 +00:00
Add jpeg extension too
This commit is contained in:
parent
beac855ff7
commit
50c176310c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user