Move remaining FileUtil functions into the File namespace.

This commit is contained in:
Henrik Rydgård
2021-04-25 20:38:22 +02:00
parent 0ccc63b43e
commit 1b13badeb4
32 changed files with 103 additions and 103 deletions
+1 -1
View File
@@ -1095,7 +1095,7 @@ PSPFileInfo VFSFileSystem::GetFileInfo(std::string filename) {
x.name = filename;
std::string fullName = GetLocalPath(filename);
FileInfo fo;
File::FileInfo fo;
if (VFSGetFileInfo(fullName.c_str(), &fo)) {
x.exists = fo.exists;
if (x.exists) {