mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
More header changes.
This commit is contained in:
parent
6e06fdf638
commit
c09b0f511e
13 changed files with 79 additions and 90 deletions
|
|
@ -40,7 +40,7 @@ bool vfsLocalDir::Open(const std::string& path)
|
|||
|
||||
bool vfsLocalDir::Create(const std::string& path)
|
||||
{
|
||||
return rFileName::Mkdir(path, 0777, rPATH_MKDIR_FULL);
|
||||
return rMkpath(path);
|
||||
}
|
||||
|
||||
bool vfsLocalDir::Rename(const std::string& from, const std::string& to)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue