create backup only when receiver found

This commit is contained in:
2026-04-25 10:46:20 +03:00
parent a2e874de85
commit 22b669fae0
6 changed files with 40 additions and 41 deletions
-4
View File
@@ -65,10 +65,6 @@ void Title::init(u8 saveDataType, u64 id, AccountUid userID, const std::string&
}
}
if (!io::directoryExists(mPath)) {
io::createDirectory(mPath);
}
refreshDirectories();
}