mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
(LZ): added extension.
This commit is contained in:
parent
de57984c64
commit
fe9683e307
@ -40,7 +40,7 @@ namespace GameRes.Formats
|
||||
|
||||
public Bm_Format ()
|
||||
{
|
||||
Extensions = new string[] { "bm_", "gpp" };
|
||||
Extensions = new string[] { "bm_", "gpp", "meh" };
|
||||
}
|
||||
|
||||
public override ImageMetaData ReadMetaData (IBinaryStream stream)
|
||||
|
Loading…
Reference in New Issue
Block a user