mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
(MWP): added "mwp" extension.
This commit is contained in:
parent
2481256f16
commit
f04a768ec5
@ -39,7 +39,7 @@ namespace GameRes.Formats.Emic
|
||||
|
||||
public MwpFormat ()
|
||||
{
|
||||
Extensions = new string[] { "bmp" };
|
||||
Extensions = new string[] { "mwp", "bmp" };
|
||||
Signatures = new uint[] { 0x1050574D, 0x4C594554 }; // 'TEYL'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user