mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
(AI5WIN): entries with "x" extension are compressed.
This commit is contained in:
parent
270ecd72a9
commit
33f3d8128f
@ -87,7 +87,7 @@ namespace GameRes.Formats.Elf
|
||||
public override Stream OpenEntry (ArcFile arc, Entry entry)
|
||||
{
|
||||
var input = arc.File.CreateStream (entry.Offset, entry.Size);
|
||||
if (entry.Name.HasAnyOfExtensions ("mes", "lib", "a", "a6", "msk"))
|
||||
if (entry.Name.HasAnyOfExtensions ("mes", "lib", "a", "a6", "msk", "x"))
|
||||
return new LzssStream (input);
|
||||
return input;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user