mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
(PFS): added contained formats.
This commit is contained in:
parent
f452605e54
commit
69c60b0202
@ -43,6 +43,7 @@ namespace GameRes.Formats.Artemis
|
||||
public PfsOpener ()
|
||||
{
|
||||
Extensions = new string[] { "pfs", "000", "001", "002", "003", "004", "005" };
|
||||
ContainedFormats = new string[] { "PNG", "JPEG", "IPT", "OGG", "TXT", "SCR" };
|
||||
Settings = new[] { PfsEncoding };
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user