NdsForge.NET
1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsImageBuildLayout.cs
1
namespace
NdsForge
;
2
21
internal
sealed
record NdsImageBuildLayout(
22
NdsRegion
Arm9
,
23
NdsRegion
? Arm9Footer,
24
NdsRegion
Arm9OverlayTable,
25
NdsRegion
Arm7
,
26
NdsRegion
Arm7OverlayTable,
27
NdsRegion
FileNameTable,
28
NdsRegion
FileAllocationTable,
29
NdsRegion
?
Banner
,
30
IReadOnlyList<NdsRegion> FileRegions,
31
NdsRegion
?
Arm9i
,
32
NdsRegion
?
Arm7i
,
33
NdsRegion
NtrDigest,
34
NdsRegion
TwlDigest,
35
NdsRegion
SectorHashTable,
36
NdsRegion
BlockHashTable,
37
long
UsedSize,
38
long
PhysicalSize);
NdsForge.NdsRegion
Identifies a bounded range of bytes in an image.
Definition
NdsRegion.cs:11
NdsForge
Definition
NdsBanner.cs:5
NdsForge.NdsImageComponent.Banner
@ Banner
Exports the complete version-sized banner structure, including reserved and animated DSi bytes.
Definition
NdsImageComponent.cs:26
NdsForge.NdsProcessor.Arm7
@ Arm7
The ARM7 program used in Nintendo DS mode.
Definition
NdsProcessor.cs:10
NdsForge.NdsProcessor.Arm9i
@ Arm9i
The ARM9 program used in DSi mode.
Definition
NdsProcessor.cs:13
NdsForge.NdsProcessor.Arm7i
@ Arm7i
The ARM7 program used in DSi mode.
Definition
NdsProcessor.cs:16
NdsForge.NdsProcessor.Arm9
@ Arm9
The ARM9 program used in Nintendo DS mode.
Definition
NdsProcessor.cs:7
src
NdsForge
Building
NdsImageBuildLayout.cs
Generated by
1.17.0