mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
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:
@ -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 = {};
|
||||
|
Reference in New Issue
Block a user