fs: DisableAutoSaveDataCreation was removed in 22
This commit is contained in:
@@ -42,6 +42,10 @@ namespace ams::fs {
|
||||
}
|
||||
|
||||
void DisableAutoSaveDataCreation() {
|
||||
if (hos::GetVersion() >= hos::Version_22_0_0) {
|
||||
return;
|
||||
}
|
||||
|
||||
auto fsp = impl::GetFileSystemProxyServiceObject();
|
||||
AMS_FS_R_ABORT_UNLESS(fsp->DisableAutoSaveDataCreation());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user