mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Remove unused function GetHostPath from filesystems
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user