mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
(PsbOpener): added "psbz" extension.
This commit is contained in:
parent
c3111c7103
commit
5e1f81b818
@ -64,7 +64,7 @@ namespace GameRes.Formats.Emote
|
||||
|
||||
public PsbOpener ()
|
||||
{
|
||||
Extensions = new string[] { "psb", "pimg", "dpak" };
|
||||
Extensions = new string[] { "psb", "pimg", "dpak", "psbz" };
|
||||
}
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
|
Loading…
Reference in New Issue
Block a user