feat: add support of Shin Hayarigami 2 PS3 archive

This commit is contained in:
ManicSteiner
2023-12-07 22:18:05 +08:00
parent 6efe8ad30b
commit 4a3f4562b0
3 changed files with 43 additions and 1 deletions

View File

@@ -22,7 +22,6 @@ namespace GameRes.Formats.NipponIchi
var dir = new List<Entry>(count);
for (int i = 0; i < count; ++i)
{
uint fstart = Binary.BigEndian(file.View.ReadUInt32(index_offset));
uint flength = Binary.BigEndian(file.View.ReadUInt32(index_offset + 4));
index_offset += 8;