mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Shouldn't be part of images
This commit is contained in:
parent
70e741a70b
commit
3de9bb9fe1
@ -6436,11 +6436,6 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
|
|||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_RTGA
|
#ifdef HAVE_RTGA
|
||||||
string_list_append(str_list, "tga", attr);
|
string_list_append(str_list, "tga", attr);
|
||||||
#endif
|
|
||||||
#ifdef HAVE_IBXM
|
|
||||||
string_list_append(str_list, "mod", attr);
|
|
||||||
string_list_append(str_list, "s3m", attr);
|
|
||||||
string_list_append(str_list, "xm", attr);
|
|
||||||
#endif
|
#endif
|
||||||
string_list_join_concat(info->exts, sizeof(info->exts), str_list, "|");
|
string_list_join_concat(info->exts, sizeof(info->exts), str_list, "|");
|
||||||
string_list_free(str_list);
|
string_list_free(str_list);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user