NdsForge.NET 1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsDifferenceKind.cs
1namespace NdsForge;
2
NdsDifferenceKind
Classifies how one semantic or physical image value changed between manifest snapshots.
@ Modified
Content or metadata differs while the component retains the same logical identity.
@ Renumbered
The same logical component has a different FAT or similar numeric identifier.
@ Relocated
The same component occupies a different physical image interval.
@ Removed
A component or optional structure exists only in the left image.
@ Moved
A uniquely content-matched file changed its canonical NitroFS path.
@ Added
A component or optional structure exists only in the right image.