Io: Track whether the game is on a UMD or storage.

This commit is contained in:
Unknown W. Brackets
2020-05-21 18:57:46 -07:00
parent 67416e5919
commit c829ccb87d
10 changed files with 26 additions and 15 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ public:
int DevType(u32 handle) override;
bool GetHostPath(const std::string &inpath, std::string &outpath) override;
std::vector<PSPFileInfo> GetDirListing(std::string path) override;
FileSystemFlags Flags() override { return FileSystemFlags::NONE; }
FileSystemFlags Flags() override { return FileSystemFlags::UMD; }
u64 FreeSpace(const std::string &path) override { return 0; }
// unsupported operations