Added GZA filter (for Gzip archives) to BGA data format
This commit is contained in:
parent
ce3a2ca573
commit
0532aebb91
@ -17,7 +17,7 @@ namespace UniversalEditor.DataFormats.FileSystem.BGA
|
||||
{
|
||||
_dfr = base.MakeReference();
|
||||
_dfr.Capabilities.Add(typeof(FileSystemObjectModel), DataFormatCapabilities.All);
|
||||
_dfr.Filters.Add("IZArc BGA archive", new byte?[][] { new byte?[] { null, null, null, null, (byte)'B', (byte)'Z', (byte)'2', (byte)0 } }, new string[] { "*.bza" });
|
||||
_dfr.Filters.Add("IZArc BGA archive", new byte?[][] { new byte?[] { null, null, null, null, (byte)'B', (byte)'Z', (byte)'2', (byte)0 }, new byte?[] { null, null, null, null, (byte)'G', (byte)'Z', (byte)'I', (byte)'P' } }, new string[] { "*.bza", "*.gza" });
|
||||
}
|
||||
return _dfr;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user