mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
updated formats.
(PICT): fixed 16bpp images. (GDT): added image format. (DXR): tweaks to recognizing DXR inside exe files. (NSA): recognize mp3 files named as nsa. (TLZ): added ContainedFormats. (WrapSingleFileAchive): class that represents single file as an archive. (DesertCgOPener): Software House Parsley archive. (Triangle.RleReader): utilize UnpackV2, replaced BinaryReader with IBinaryStream.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace GameRes.Formats.Otemoto
|
||||
[Export(typeof(ImageFormat))]
|
||||
public class MagFormat : ImageFormat
|
||||
{
|
||||
public override string Tag { get { return "MAG"; } }
|
||||
public override string Tag { get { return "MAG/MAKI02"; } }
|
||||
public override string Description { get { return "Otemoto image format"; } }
|
||||
public override uint Signature { get { return 0x494B414D; } } // 'MAKI02'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user