mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 20:04:13 +08:00
(Legacy): removed default extension from YPF image format.
This commit is contained in:
parent
b63fb04159
commit
1f91ba4719
@ -39,6 +39,7 @@ namespace GameRes.Formats.Nabe
|
|||||||
public YpfFormat ()
|
public YpfFormat ()
|
||||||
{
|
{
|
||||||
Signatures = new uint[] { 0, 1, 2, 3 };
|
Signatures = new uint[] { 0, 1, 2, 3 };
|
||||||
|
Extensions = new string[] { "" };
|
||||||
}
|
}
|
||||||
|
|
||||||
public override ImageMetaData ReadMetaData (IBinaryStream file)
|
public override ImageMetaData ReadMetaData (IBinaryStream file)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user