mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
Format some files, removes unreferenced files.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user