Allow setting system save owner to 0 for now

This commit is contained in:
Alex Barney 2019-10-26 16:56:15 -05:00
parent db6269df5c
commit df8dab542a
2 changed files with 3 additions and 3 deletions

View file

@ -444,8 +444,8 @@ namespace LibHac.FsService
if (createInfo.OwnerId == TitleId.Zero)
{
// Assign the current program's ID
throw new NotImplementedException();
// todo: Assign the current program's ID
// throw new NotImplementedException();
}
// Missing permission checks

View file

@ -32,7 +32,7 @@ namespace hactoolnet
method.Name.StartsWith(nameof(IFileSystem.GetEntryType)) ||
method.Name.StartsWith(nameof(IAttributeFileSystem.GetFileAttributes)))
{
// return;
return;
}
string methodName = $"{method.DeclaringType?.FullName}.{method.Name}";