mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
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:
parent
c6f91b0ea3
commit
53b2e51c0b
2 changed files with 9 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue