Build Snapshot from archives
Download from archives Process XCI files in archives
This commit is contained in:
@@ -6,8 +6,8 @@ namespace TinfoilVibeServer.Models;
|
||||
/// One line in the snapshot – the JSON will be an array of these.
|
||||
/// </summary>
|
||||
public sealed record FileEntry(
|
||||
string Path,
|
||||
long Size,
|
||||
string Hash, // SHA‑256 hex
|
||||
NcaMetadataWithHash? Title // null unless file is an NSP/XCI or an archive containing one
|
||||
string Path, // nsp or archive path
|
||||
long Size, // size of nsp or full archive
|
||||
string Hash, // SHA‑256 hex of first NCA of first NCP in NSP or archive
|
||||
List<NcaMetadataWithHash> Titles // Details of all NSP Roms in the Path
|
||||
);
|
||||
Reference in New Issue
Block a user