Remove unused function GetHostPath from filesystems

This commit is contained in:
Henrik Rydgård 2021-05-11 10:34:52 +02:00
parent 9c66f81cbc
commit 40ab92fe7b
10 changed files with 1 additions and 49 deletions

View file

@ -646,12 +646,6 @@ PSPFileInfo VirtualDiscFileSystem::GetFileInfo(std::string filename) {
return x;
}
bool VirtualDiscFileSystem::GetHostPath(const std::string &inpath, Path &outpath)
{
ERROR_LOG(FILESYS,"VirtualDiscFileSystem: Retrieving host path");
return false;
}
#ifdef _WIN32
#define FILETIME_FROM_UNIX_EPOCH_US 11644473600000000ULL