mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-14 16:50:46 -04:00
fs(feat): Add Backup Saves for Custom Save Paths
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -280,8 +280,9 @@ Result FSP_SRV::OpenSaveDataFileSystem(OutInterface<IFileSystem> out_interface,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
*out_interface =
|
*out_interface = std::make_shared<IFileSystem>(
|
||||||
std::make_shared<IFileSystem>(system, std::move(dir), SizeGetter::FromStorageId(fsc, id));
|
system, std::move(dir), SizeGetter::FromStorageId(fsc, id),
|
||||||
|
save_data_controller->GetFactory(), space_id, attribute);
|
||||||
|
|
||||||
R_SUCCEED();
|
R_SUCCEED();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user