mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-12 06:51:16 +00:00
Ability to select JPEG wallpapers now too
This commit is contained in:
parent
0e3ff650c2
commit
ee90ce4b54
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user