mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
(PFS): added "010" extension.
This commit is contained in:
@@ -42,7 +42,7 @@ namespace GameRes.Formats.Artemis
|
||||
|
||||
public PfsOpener ()
|
||||
{
|
||||
Extensions = new string[] { "pfs", "000", "001", "002", "003", "004", "005" };
|
||||
Extensions = new string[] { "pfs", "000", "001", "002", "003", "004", "005", "010" };
|
||||
ContainedFormats = new string[] { "PNG", "JPEG", "IPT", "OGG", "TXT", "SCR" };
|
||||
Settings = new[] { PfsEncoding };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user