mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-14 18:37:27 +00:00
Merge remote-tracking branch 'origin/pr/571'
This commit is contained in:
commit
38333f01e3
@ -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…
Reference in New Issue
Block a user