mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
IBinaryStream migration.
This commit is contained in:
@@ -279,7 +279,7 @@ namespace GameRes.Formats.Purple
|
||||
data = UnpackPs2 (data);
|
||||
else if (data.Length > 0x40 && Binary.AsciiEqual (data, 0, "PB3B"))
|
||||
DecryptPb3 (data);
|
||||
return new MemoryStream (data);
|
||||
return new BinMemoryStream (data, entry.Name);
|
||||
}
|
||||
|
||||
void DecryptIndexStage1 (byte[] data, uint key, CmvsScheme scheme)
|
||||
|
||||
Reference in New Issue
Block a user