Compiles but runs strange

This commit is contained in:
2025-11-02 20:24:58 +10:30
parent d1d2c9f41e
commit 09e1924996
30 changed files with 1301 additions and 504 deletions
+2 -2
View File
@@ -6,6 +6,6 @@
public sealed record FileEntry(
string Path,
long Size,
string Hash, // SHA256 hex
TitleInfo? Title // null unless file is an NSP/XCI or an archive containing one
string Hash, // SHA256 hex
NcaMetadataDto? Title // null unless file is an NSP/XCI or an archive containing one
);