mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 13:39:09 +08:00
(DetectFileTypes): recognize RLE-compressed TGA images.
This commit is contained in:
@@ -140,7 +140,7 @@ namespace GameRes.Formats.SuperNekoX
|
||||
else
|
||||
signature = reader.ReadUInt32();
|
||||
IResource res;
|
||||
if (0x020000 == signature)
|
||||
if (0x020000 == signature || 0x0A0000 == signature)
|
||||
res = ImageFormat.Tga;
|
||||
else
|
||||
res = AutoEntry.DetectFileType (signature);
|
||||
|
||||
Reference in New Issue
Block a user