mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 19:25:18 +02:00
Remove unused function GetHostPath from filesystems
This commit is contained in:
@@ -128,11 +128,6 @@ bool BlobFileSystem::RemoveFile(const std::string &filename) {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool BlobFileSystem::GetHostPath(const std::string &inpath, Path &outpath) {
|
||||
outpath = fileLoader_->GetPath();
|
||||
return true;
|
||||
}
|
||||
|
||||
u64 BlobFileSystem::FreeSpace(const std::string &path) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user