mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(MWP): added "mwp" extension.
This commit is contained in:
@@ -39,7 +39,7 @@ namespace GameRes.Formats.Emic
|
|||||||
|
|
||||||
public MwpFormat ()
|
public MwpFormat ()
|
||||||
{
|
{
|
||||||
Extensions = new string[] { "bmp" };
|
Extensions = new string[] { "mwp", "bmp" };
|
||||||
Signatures = new uint[] { 0x1050574D, 0x4C594554 }; // 'TEYL'
|
Signatures = new uint[] { 0x1050574D, 0x4C594554 }; // 'TEYL'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user