Format some files, removes unreferenced files.

This commit is contained in:
Crsky
2023-08-14 09:45:39 +08:00
parent 69b38c2980
commit e2109e4015
6 changed files with 214 additions and 214 deletions

View File

@@ -212,7 +212,7 @@ namespace GameRes.Formats.KiriKiri
{ 0x584d4b4a, "image" }, // TLG
};
internal void GuessEntryTypeBySignature(Entry entry, uint signature)
internal void GuessEntryTypeBySignature (Entry entry, uint signature)
{
if (FileTypesMap.TryGetValue (signature, out var type))
entry.Type = type;