mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-08 06:39:05 +08:00
(Legacy): removed default extension from YPF image format.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user