Io: Cleanup access bits for files.

Also, we default a lot of these members, so don't need to reset.
This commit is contained in:
Unknown W. Brackets
2020-05-21 18:58:24 -07:00
parent 9b112efa0b
commit d7ad43b1d9
5 changed files with 25 additions and 37 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ PSPFileInfo MetaFileSystem::GetFileInfo(std::string filename)
}
else
{
PSPFileInfo bogus; // TODO
PSPFileInfo bogus;
return bogus;
}
}