mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 16:05:56 +00:00
MINGW64: Compilation fix
This commit is contained in:
parent
60dc4abc2b
commit
5f6caf33f0
35 changed files with 111 additions and 112 deletions
|
|
@ -236,6 +236,8 @@ void VFS::DeleteAll(const std::string& ps3_path) const
|
|||
DeleteAll(ps3_path + "/" + entry->name);
|
||||
}
|
||||
}
|
||||
|
||||
RemoveDir(ps3_path);
|
||||
}
|
||||
|
||||
u64 VFS::GetDirSize(const std::string& ps3_path) const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue