mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-10 17:05:08 +00:00
VFS::CreatePath fixed, bugfixes
This commit is contained in:
parent
8c1aa3ee15
commit
56c64c8045
16 changed files with 147 additions and 77 deletions
|
|
@ -50,7 +50,7 @@ bool vfsLocalFile::IsOpened() const
|
|||
|
||||
bool vfsLocalFile::Exists(const std::string& path)
|
||||
{
|
||||
return rExists(path);
|
||||
return rIsFile(path);
|
||||
}
|
||||
|
||||
bool vfsLocalFile::Rename(const std::string& from, const std::string& to)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue