Optimize away a couple of existence checks

This commit is contained in:
Henrik Rydgård
2021-09-11 19:53:19 +02:00
parent 5d53e59c1d
commit 36079b86d0
3 changed files with 21 additions and 23 deletions
+1
View File
@@ -598,6 +598,7 @@ int MetaFileSystem::ReadEntireFile(const std::string &filename, std::vector<u8>
if (result != dataSize)
return SCE_KERNEL_ERROR_ERROR;
return 0;
}