mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 08:14:45 +02:00
Remove unused function GetHostPath from filesystems
This commit is contained in:
@@ -377,19 +377,6 @@ PSPFileInfo MetaFileSystem::GetFileInfo(std::string filename)
|
||||
}
|
||||
}
|
||||
|
||||
bool MetaFileSystem::GetHostPath(const std::string &inpath, Path &outpath)
|
||||
{
|
||||
std::lock_guard<std::recursive_mutex> guard(lock);
|
||||
std::string of;
|
||||
IFileSystem *system;
|
||||
int error = MapFilePath(inpath, of, &system);
|
||||
if (error == 0) {
|
||||
return system->GetHostPath(of, outpath);
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
std::vector<PSPFileInfo> MetaFileSystem::GetDirListing(std::string path)
|
||||
{
|
||||
std::lock_guard<std::recursive_mutex> guard(lock);
|
||||
|
||||
Reference in New Issue
Block a user