|
|
|
@ -423,7 +423,7 @@ void ArchiveInit() {
|
|
|
|
|
std::string systemsavedata_directory = FileUtil::GetUserPath(D_SYSSAVEDATA_IDX);
|
|
|
|
|
auto systemsavedata_archive = std::make_unique<FileSys::Archive_SDMC>(systemsavedata_directory);
|
|
|
|
|
if (systemsavedata_archive->Initialize()) {
|
|
|
|
|
CreateArchive(std::move(sdmc_archive), ArchiveIdCode::SystemSaveData);
|
|
|
|
|
CreateArchive(std::move(systemsavedata_archive), ArchiveIdCode::SystemSaveData);
|
|
|
|
|
} else {
|
|
|
|
|
LOG_ERROR(Service_FS, "Can't instantiate SystemSaveData archive with path %s",
|
|
|
|
|
systemsavedata_directory.c_str());
|
|
|
|
|