mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-09 19:25:10 +01:00
Revert "Add files via upload"
This reverts commit d0d7772f98da91dc97b9dc936ca48d01ce8cf576.
This commit is contained in:
parent
d0d7772f98
commit
7e950c3bcc
@ -162,13 +162,13 @@ Result FsMitmService::OpenFileSystemWithId(Out<std::shared_ptr<IFileSystemInterf
|
||||
}
|
||||
|
||||
Result FsMitmService::OpenSaveDataFileSystem(Out<std::shared_ptr<IFileSystemInterface>> out_fs, u8 space_id, FsSave save_struct) {
|
||||
const bool has_redirect_save_flags = Utils::HasFlag(this->title_id, "redirect_save");
|
||||
const bool has_sd_save_flags = Utils::HasFlag(this->title_id, "sd_save");
|
||||
bool should_redirect_saves = false;
|
||||
if (R_FAILED(Utils::GetSettingsItemBooleanValue("atmosphere", "fsmitm_redirect_saves_to_sd", &should_redirect_saves))) {
|
||||
return ResultAtmosphereMitmShouldForwardToSession;
|
||||
}
|
||||
//check if flag exist
|
||||
if (!has_redirect_save_flags) {
|
||||
|
||||
if (!has_sd_save_flags) {
|
||||
should_redirect_saves = false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user