TGCBlob: Make m_file_area_shift signed

Part two of fixing TGC files where file_area_virtual_offset is
smaller than file_area_real_offset, such as Zelda OoT Master Quest.
This commit is contained in:
JosJuice
2017-10-08 12:30:53 +02:00
parent 18c7608516
commit 0023d5b5cb
2 changed files with 10 additions and 6 deletions

View File

@ -55,7 +55,7 @@ private:
File::IOFile m_file;
u64 m_size;
u64 m_file_area_shift;
s64 m_file_area_shift;
// Stored as big endian in memory, regardless of the host endianness
TGCHeader m_header = {};