From e16a4ef3817f7769a715bcfcbea50451926b8df3 Mon Sep 17 00:00:00 2001 From: morkt Date: Sun, 31 Mar 2019 17:23:25 +0400 Subject: [PATCH] (PFS): added "010" extension. --- ArcFormats/Artemis/ArcPFS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArcFormats/Artemis/ArcPFS.cs b/ArcFormats/Artemis/ArcPFS.cs index e1b5d0c1..aa565504 100644 --- a/ArcFormats/Artemis/ArcPFS.cs +++ b/ArcFormats/Artemis/ArcPFS.cs @@ -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 }; }