mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
(PFS): added "010" extension.
This commit is contained in:
parent
e216f25d14
commit
e16a4ef381
@ -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 };
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user