mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
FileExists() fixed
This commit is contained in:
parent
017e44cf4d
commit
2d1409c706
4 changed files with 19 additions and 1 deletions
|
|
@ -115,3 +115,8 @@ bool vfsLocalFile::IsOpened() const
|
|||
{
|
||||
return m_file.IsOpened() && vfsFileBase::IsOpened();
|
||||
}
|
||||
|
||||
bool vfsLocalFile::Exists(const std::string& path)
|
||||
{
|
||||
return rFileExists(path);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue