Returns a builder-ready executable plus any Overlay definitions decoded from the same ELF image. More...
Public Member Functions | |
| NdsImageBuilder | ApplyTo (NdsImageBuilder builder) |
| Applies the imported Program and every Overlay to a build recipe without hiding recipe mutation. | |
Properties | |
| NdsProgramDefinition | Program [get] |
| Contains cartridge-ready bytes with physical-address gaps initialized to zero and a translated entrypoint. | |
| IReadOnlyList< NdsOverlayDefinition > | Overlays [get] |
| Contains validated private Overlay records and payloads, or an empty collection when none were requested. | |
| bool | HasOverlaySegments [get] |
| Reports flagged Overlay segments even when NdsElfImportOptions.ImportOverlays was disabled. | |
| uint? | Arm7WramAddress [get] |
Identifies the first selected DSi ARM7 WRAM virtual address in 0x03000000..0x037F7FFF. | |
Returns a builder-ready executable plus any Overlay definitions decoded from the same ELF image.
Definition at line 6 of file NdsElfImportResult.cs.
|
inline |
Applies the imported Program and every Overlay to a build recipe without hiding recipe mutation.
| builder | Recipe whose matching processor slot and Overlay collection receive the result. |
Definition at line 40 of file NdsElfImportResult.cs.
|
get |
Identifies the first selected DSi ARM7 WRAM virtual address in 0x03000000..0x037F7FFF.
Definition at line 35 of file NdsElfImportResult.cs.
|
get |
Reports flagged Overlay segments even when NdsElfImportOptions.ImportOverlays was disabled.
Definition at line 32 of file NdsElfImportResult.cs.
|
get |
Contains validated private Overlay records and payloads, or an empty collection when none were requested.
Definition at line 29 of file NdsElfImportResult.cs.
|
get |
Contains cartridge-ready bytes with physical-address gaps initialized to zero and a translated entrypoint.
Definition at line 26 of file NdsElfImportResult.cs.