mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:25:45 -04:00
libretro: Include m3u in valid_extensions
This commit is contained in:
@ -36,7 +36,7 @@ RETRO_API void retro_get_system_info(struct retro_system_info* info)
|
||||
#endif
|
||||
|
||||
info->library_version = g_scm_tag_str;
|
||||
info->valid_extensions = "exe|cue|bin|chd|psf";
|
||||
info->valid_extensions = "exe|cue|bin|chd|psf|m3u";
|
||||
info->need_fullpath = true;
|
||||
info->block_extract = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user