mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
IBinaryStream migration.
This commit is contained in:
@@ -128,7 +128,7 @@ namespace GameRes.Formats.EmonEngine
|
||||
lzss.Config.FrameInitPos = entry.LzssInitPos;
|
||||
lzss.Read (data, part1_size, unpacked_size);
|
||||
}
|
||||
return new MemoryStream (data);
|
||||
return new BinMemoryStream (data, entry.Name);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user