mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Fix rFile
This commit is contained in:
parent
82536b298c
commit
26e1418897
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue