mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +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 ()
|
||||
{
|
||||
Signatures = new uint[] { 0, 1, 2, 3 };
|
||||
Extensions = new string[] { "" };
|
||||
}
|
||||
|
||||
public override ImageMetaData ReadMetaData (IBinaryStream file)
|
||||
|
Loading…
x
Reference in New Issue
Block a user