mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
(CFP): alternate signature.
This commit is contained in:
parent
4c90dd317c
commit
e11df03ae5
@ -36,6 +36,11 @@ namespace GameRes.Formats.Tail
|
|||||||
public override string Description { get { return "Tail image format"; } }
|
public override string Description { get { return "Tail image format"; } }
|
||||||
public override uint Signature { get { return 0x20424552; } } // 'REB '
|
public override uint Signature { get { return 0x20424552; } } // 'REB '
|
||||||
|
|
||||||
|
public CfpFormat ()
|
||||||
|
{
|
||||||
|
Signatures = new uint[] { 0x20424552, 0x5242 }; // 'REB ', 'BR'
|
||||||
|
}
|
||||||
|
|
||||||
public override ImageMetaData ReadMetaData (IBinaryStream file)
|
public override ImageMetaData ReadMetaData (IBinaryStream file)
|
||||||
{
|
{
|
||||||
var header = file.ReadHeader (0x1C);
|
var header = file.ReadHeader (0x1C);
|
||||||
|
Loading…
Reference in New Issue
Block a user