Compiles but runs strange
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
public sealed record FileEntry(
|
||||
string Path,
|
||||
long Size,
|
||||
string Hash, // SHA‑256 hex
|
||||
TitleInfo? Title // null unless file is an NSP/XCI or an archive containing one
|
||||
string Hash, // SHA‑256 hex
|
||||
NcaMetadataDto? Title // null unless file is an NSP/XCI or an archive containing one
|
||||
);
|
||||
Reference in New Issue
Block a user