fs: DisableAutoSaveDataCreation was removed in 22

This commit is contained in:
Alula
2026-03-17 12:15:03 +01:00
parent 76bceffbd5
commit 26990b3be9
3 changed files with 8 additions and 2 deletions

View File

@@ -53,7 +53,9 @@ namespace ams::erpt::srv {
}
Result MountSystemSaveData() {
fs::DisableAutoSaveDataCreation();
if (hos::GetVersion() < hos::Version_22_0_0) {
fs::DisableAutoSaveDataCreation();
}
/* Extend the system save data. */
/* NOTE: Nintendo used to not check the result of this; they do now, but . */