mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
(MWP): added "mwp" extension.
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user