CDImage: Add support for ECM images

This commit is contained in:
Connor McLaughlin
2021-03-07 00:28:09 +10:00
parent cc48b6cc7b
commit ac4dd11fa0
9 changed files with 527 additions and 8 deletions

View File

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