NdsForge.NET
1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsRepairKind.cs
1
namespace
NdsForge
;
2
4
[Flags]
5
public
enum
NdsRepairKind
6
{
8
None
= 0,
9
11
HeaderCrc
= 1 << 0,
12
14
NintendoLogoCrc
= 1 << 1,
15
17
BannerCrcs
= 1 << 2,
18
20
SecureAreaCrc
= 1 << 3,
21
}
NdsForge
Definition
NdsBanner.cs:5
NdsForge.NdsRepairKind
NdsRepairKind
Names independently requested checksum repairs so an edit plan never hides a broad implicit fix opera...
Definition
NdsRepairKind.cs:6
NdsForge.NdsRepairKind.HeaderCrc
@ HeaderCrc
Recalculates the common header CRC over bytes 0x000-0x15D.
Definition
NdsRepairKind.cs:11
NdsForge.NdsRepairKind.SecureAreaCrc
@ SecureAreaCrc
Recalculates the encrypted-representation secure-area checksum stored at header offset 0x6C.
Definition
NdsRepairKind.cs:20
NdsForge.NdsRepairKind.BannerCrcs
@ BannerCrcs
Recalculates every cumulative checksum field defined by the current banner version.
Definition
NdsRepairKind.cs:17
NdsForge.NdsRepairKind.None
@ None
No source defect has been selected for repair.
Definition
NdsRepairKind.cs:8
NdsForge.NdsRepairKind.NintendoLogoCrc
@ NintendoLogoCrc
Recalculates the dedicated Nintendo-logo checksum stored at header offset 0x15C.
Definition
NdsRepairKind.cs:14
src
NdsForge
Editing
NdsRepairKind.cs
Generated by
1.17.0