mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
(ArcNEKO): MNG files are recognized by DetectFileType.
This commit is contained in:
@@ -157,8 +157,6 @@ namespace GameRes.Formats.Neko
|
||||
var res = AutoEntry.DetectFileType (signature);
|
||||
if (res != null)
|
||||
entry.ChangeType (res);
|
||||
else if (0x474E4D8A == signature)
|
||||
entry.Name = Path.ChangeExtension (entry.Name, "mng");
|
||||
else if (entry.Name.StartsWith ("script/"))
|
||||
entry.Type = "script";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user