Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Crsky
2023-09-15 19:07:35 +08:00
33 changed files with 2612 additions and 584 deletions

View File

@@ -64,7 +64,7 @@ namespace GameRes.Formats.Emote
public PsbOpener ()
{
Extensions = new string[] { "psb", "pimg", "dpak", "psbz" };
Extensions = new string[] { "psb", "pimg", "dpak", "psbz", "psp" };
}
public override ArcFile TryOpen (ArcView file)