mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 07:34:00 +08:00
(ArcNEKO): MNG files are recognized by DetectFileType.
This commit is contained in:
parent
7031f56eb0
commit
e38644bab4
@ -157,8 +157,6 @@ namespace GameRes.Formats.Neko
|
|||||||
var res = AutoEntry.DetectFileType (signature);
|
var res = AutoEntry.DetectFileType (signature);
|
||||||
if (res != null)
|
if (res != null)
|
||||||
entry.ChangeType (res);
|
entry.ChangeType (res);
|
||||||
else if (0x474E4D8A == signature)
|
|
||||||
entry.Name = Path.ChangeExtension (entry.Name, "mng");
|
|
||||||
else if (entry.Name.StartsWith ("script/"))
|
else if (entry.Name.StartsWith ("script/"))
|
||||||
entry.Type = "script";
|
entry.Type = "script";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user