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
|
@ -21,7 +21,7 @@ ResultVal<std::unique_ptr<FileBackend>> SDMCWriteOnlyArchive::OpenFile(const Pat
|
|||
LOG_ERROR(Service_FS, "Read flag is not supported");
|
||||
return ERROR_INVALID_READ_FLAG;
|
||||
}
|
||||
return SDMCArchive::OpenFile(path, mode);
|
||||
return SDMCArchive::OpenFileBase(path, mode);
|
||||
}
|
||||
|
||||
ResultVal<std::unique_ptr<DirectoryBackend>> SDMCWriteOnlyArchive::OpenDirectory(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue