mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
(GGP): added "gg" extension.
This commit is contained in:
parent
6b66b7b2e2
commit
bb4e6ea7b4
@ -45,6 +45,11 @@ namespace GameRes.Formats.Ikura
|
||||
public override uint Signature { get { return 0x46504747u; } } // 'GGPF'
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
public GgpFormat ()
|
||||
{
|
||||
Extensions = new string[] { "ggp", "gg" };
|
||||
}
|
||||
|
||||
public override ImageMetaData ReadMetaData (IBinaryStream stream)
|
||||
{
|
||||
var header = stream.ReadHeader (0x24);
|
||||
|
Loading…
x
Reference in New Issue
Block a user