CDImage: Add support for loading PBP images

This commit is contained in:
Albert Liu
2021-03-11 23:24:12 -08:00
parent a34f0d5599
commit 46ff2b553d
12 changed files with 882 additions and 6 deletions

View File

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