Snapshots DSi-specific title, size, security-mode, and modcrypt layout metadata. More...
Properties | |
| ulong | TitleId [get] |
| Records the 64-bit platform title identity used by DSi services and save storage. | |
| uint | TotalImageSize [get] |
| Records the DSi metadata's total content extent separately from common used size. | |
| uint | RegionFlags [get] |
| Records territory permission flags without resolving policy names. | |
| uint | AccessControl [get] |
| Records DSi service and hardware access-control bits. | |
| bool | HasModcryptAreas [get] |
| Records whether either header-declared modcrypt interval contains bytes. | |
| bool | UsesInsecureModcryptKey [get] |
| Records whether public header bytes replace the securely scrambled normal key. | |
| NdsManifestRegion | ModcryptArea1 = new() [get] |
| Records first-area placement as a transport-friendly offset/length pair. | |
| NdsManifestRegion | ModcryptArea2 = new() [get] |
| Records second-area placement as a transport-friendly offset/length pair. | |
Snapshots DSi-specific title, size, security-mode, and modcrypt layout metadata.
Definition at line 21 of file NdsManifestOptionalModels.cs.
|
get |
Records DSi service and hardware access-control bits.
Definition at line 30 of file NdsManifestOptionalModels.cs.
|
get |
Records whether either header-declared modcrypt interval contains bytes.
Definition at line 32 of file NdsManifestOptionalModels.cs.
|
get |
Records first-area placement as a transport-friendly offset/length pair.
Definition at line 36 of file NdsManifestOptionalModels.cs.
|
get |
Records second-area placement as a transport-friendly offset/length pair.
Definition at line 38 of file NdsManifestOptionalModels.cs.
|
get |
Records territory permission flags without resolving policy names.
Definition at line 28 of file NdsManifestOptionalModels.cs.
|
get |
Records the 64-bit platform title identity used by DSi services and save storage.
Definition at line 24 of file NdsManifestOptionalModels.cs.
|
get |
Records the DSi metadata's total content extent separately from common used size.
Definition at line 26 of file NdsManifestOptionalModels.cs.
|
get |
Records whether public header bytes replace the securely scrambled normal key.
Definition at line 34 of file NdsManifestOptionalModels.cs.