コード例 #1
0
 public IFileSystem OpenFileSystem(NcaSectionType type, IntegrityCheckLevel integrityCheckLevel)
 {
     return(OpenFileSystem(Nca.GetSectionIndexFromType(type, Nca.Header.ContentType), integrityCheckLevel));
 }
コード例 #2
0
 public IStorage OpenStorage(NcaSectionType type, IntegrityCheckLevel integrityCheckLevel)
 {
     return(OpenStorage(Nca.GetSectionIndexFromType(type, Nca.Header.ContentType), integrityCheckLevel));
 }