1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

Fix rFile

This commit is contained in:
Sacha 2014-07-15 05:42:41 +10:00
parent 82536b298c
commit 26e1418897

View File

@ -153,7 +153,7 @@ bool rFile::Open(const std::string &filename, rFile::OpenMode mode, int access)
bool rFile::Exists(const std::string &file)
{
rExists(file);
return rExists(file);
}
bool rFile::IsOpened() const