forked from eden-emu/eden
FileSys: w->rw permission lift only happens in SDMC archive
This commit is contained in:
parent
a14bab3b8b
commit
5506268bf6
4 changed files with 14 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue