add .md extension

some popular romset has binary dumps as .md,
although there is also some old ROM copier format too?
This commit is contained in:
notaz 2013-06-29 20:23:15 +03:00
parent c6f91b0ea3
commit 53b2e51c0b
2 changed files with 9 additions and 4 deletions

View file

@ -187,7 +187,7 @@ void retro_get_system_info(struct retro_system_info *info)
memset(info, 0, sizeof(*info));
info->library_name = "PicoDrive";
info->library_version = VERSION;
info->valid_extensions = "bin|gen|smd|32x|cue|iso|sms";
info->valid_extensions = "bin|gen|smd|md|32x|cue|iso|sms";
info->need_fullpath = true;
}