CDImage: Add support for loading mds/mdf images

This commit is contained in:
Connor McLaughlin
2021-03-07 16:26:12 +10:00
parent 320394fbd1
commit 753dd0480f
9 changed files with 285 additions and 8 deletions

View File

@ -513,7 +513,8 @@ bool InvalidateCachedTexture(const std::string& path)
static ImGuiFullscreen::FileSelectorFilters GetDiscImageFilters()
{
return {"*.bin", "*.cue", "*.iso", "*.img", "*.chd", "*.ecm", "*.psexe", "*.exe", "*.psf", "*.minipsf", "*.m3u"};
return {"*.bin", "*.cue", "*.iso", "*.img", "*.chd", "*.ecm",
"*.mds", "*.psexe", "*.exe", "*.psf", "*.minipsf", "*.m3u"};
}
static void DoStartPath(const std::string& path, bool allow_resume)