mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
feat: LBG/PS2-SPC Image Format
This commit is contained in:
@@ -77,6 +77,7 @@ namespace GameRes.Formats.Cri
|
||||
var entry = Create<PackedEntry>(base_name);
|
||||
entry.Offset = 0;
|
||||
entry.Size = (uint)input.Length;
|
||||
entry.Type = "image";
|
||||
dir.Add(entry);
|
||||
return new SpcArchive(file, this, dir, input);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user