mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
IBinaryStream migration.
This commit is contained in:
@@ -130,7 +130,7 @@ namespace GameRes.Formats.DDSystem
|
||||
reader.Unpack (data);
|
||||
if (data.Length > 16 && Binary.AsciiEqual (data, 0, "DDSxHXB"))
|
||||
DecryptHxb (data);
|
||||
return new MemoryStream (data);
|
||||
return new BinMemoryStream (data, entry.Name);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user