mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 10:18:40 -05:00
FileSys: w->rw permission lift only happens in SDMC archive
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user