Introduce Path, start using it all over the place.

Still lots left to convert!

Convert GetSysDirectory to return Path.

More buildfixing

Remove unnecessary Path( constructors
This commit is contained in:
Henrik Rydgård
2021-05-13 10:39:16 +02:00
parent 2987b8c17a
commit 025bcb1673
123 changed files with 1321 additions and 949 deletions
+1 -1
View File
@@ -377,7 +377,7 @@ PSPFileInfo MetaFileSystem::GetFileInfo(std::string filename)
}
}
bool MetaFileSystem::GetHostPath(const std::string &inpath, std::string &outpath)
bool MetaFileSystem::GetHostPath(const std::string &inpath, Path &outpath)
{
std::lock_guard<std::recursive_mutex> guard(lock);
std::string of;