MINGW64: Compilation fix

This commit is contained in:
Nekotekina 2015-11-16 18:04:49 +03:00
parent 60dc4abc2b
commit 5f6caf33f0
35 changed files with 111 additions and 112 deletions

View file

@ -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