mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(ARC): added SCR to contained formats.
This commit is contained in:
@@ -58,7 +58,7 @@ namespace GameRes.Formats.Will
|
|||||||
{
|
{
|
||||||
Extensions = new string[] { "arc" };
|
Extensions = new string[] { "arc" };
|
||||||
Signatures = new uint[] { 1, 0, 5, 6 };
|
Signatures = new uint[] { 1, 0, 5, 6 };
|
||||||
ContainedFormats = new[] { "WIP", "PNA", "OGG" };
|
ContainedFormats = new[] { "WIP", "PNA", "OGG", "SCR" };
|
||||||
}
|
}
|
||||||
|
|
||||||
public override ArcFile TryOpen (ArcView file)
|
public override ArcFile TryOpen (ArcView file)
|
||||||
|
|||||||
Reference in New Issue
Block a user