From 69c60b02025a2ed1e43ffea2275b49a887f53764 Mon Sep 17 00:00:00 2001 From: morkt Date: Mon, 25 Feb 2019 12:54:31 +0400 Subject: [PATCH] (PFS): added contained formats. --- ArcFormats/Artemis/ArcPFS.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ArcFormats/Artemis/ArcPFS.cs b/ArcFormats/Artemis/ArcPFS.cs index 86b7a750..e1b5d0c1 100644 --- a/ArcFormats/Artemis/ArcPFS.cs +++ b/ArcFormats/Artemis/ArcPFS.cs @@ -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 }; }