FileSys: w->rw permission lift only happens in SDMC archive

This commit is contained in:
wwylele
2016-10-20 11:45:01 +08:00
parent 0987783699
commit 0647f86649
4 changed files with 14 additions and 2 deletions

View File

@ -36,6 +36,7 @@ public:
u64 GetFreeBytes() const override;
protected:
ResultVal<std::unique_ptr<FileBackend>> OpenFileBase(const Path& path, const Mode& mode) const;
std::string mount_point;
};