NdsForge.NET
1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsFileChange.cs
1
namespace
NdsForge
;
2
9
public
sealed
record NdsFileChange(
10
int
FileId,
11
string
? Path,
12
long
OriginalLength,
13
long
ReplacementLength,
14
bool
RequiresRelocation);
15
NdsForge
Definition
NdsBanner.cs:5
src
NdsForge
Editing
NdsFileChange.cs
Generated by
1.17.0