mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 05:03:35 +02:00
Io: Track whether the game is on a UMD or storage.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user