mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
updated formats.
(ExeFile): limited support for 16-bit Windows executables. (MbImageFormat): recognize 'MK' signature. (XP3, VF, YPF): added common executable signature. (PICT): improved parser. (Macromedia): improved support, recognize archives within windows executables. (SEEN): fixed decompression.
This commit is contained in:
@@ -111,7 +111,7 @@ namespace GameRes.Formats.RealLive
|
||||
int offset = input.ReadUInt16();
|
||||
int count = (offset & 0xF) + 2;
|
||||
offset >>= 4;
|
||||
Binary.CopyOverlapped (output, dst-offset, dst, count);
|
||||
Binary.CopyOverlapped (output, dst-offset-1, dst, count);
|
||||
dst += count;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user