Remove unused function GetHostPath from filesystems

This commit is contained in:
Henrik Rydgård
2021-05-13 10:39:17 +02:00
parent 9c66f81cbc
commit 40ab92fe7b
10 changed files with 1 additions and 49 deletions
-1
View File
@@ -40,7 +40,6 @@ public:
bool OwnsHandle(u32 handle) override;
int Ioctl(u32 handle, u32 cmd, u32 indataPtr, u32 inlen, u32 outdataPtr, u32 outlen, int &usec) override;
PSPDevType DevType(u32 handle) override;
bool GetHostPath(const std::string &inpath, Path &outpath) override;
std::vector<PSPFileInfo> GetDirListing(std::string path) override;
FileSystemFlags Flags() override { return FileSystemFlags::UMD; }
u64 FreeSpace(const std::string &path) override { return 0; }