1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-22 04:37:46 +00:00

Note the SHA1 checksum in the sqpack header

This commit is contained in:
Joshua Goins 2025-03-06 16:35:38 -05:00
parent 7b39492612
commit 385d63491e

View file

@ -41,8 +41,8 @@ pub struct SqPackHeader {
#[brw(pad_before = 924)]
#[brw(pad_after = 44)]
// always a certain value for index values, otherwise some value based on the content of the data
unk4: [u8; 24]
// The SHA1 of the bytes immediately before this
sha1: [u8; 20]
}
#[binrw]