mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +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)
|
bool rFile::Exists(const std::string &file)
|
||||||
{
|
{
|
||||||
rExists(file);
|
return rExists(file);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool rFile::IsOpened() const
|
bool rFile::IsOpened() const
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue