mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
updated formats.
(ExeFile): limited support for 16-bit Windows executables. (MbImageFormat): recognize 'MK' signature. (XP3, VF, YPF): added common executable signature. (PICT): improved parser. (Macromedia): improved support, recognize archives within windows executables. (SEEN): fixed decompression.
This commit is contained in:
@@ -105,7 +105,7 @@ namespace GameRes.Formats.YuRis
|
||||
|
||||
public YpfOpener ()
|
||||
{
|
||||
Signatures = new uint[] { 0x00465059, 0 };
|
||||
Signatures = new uint[] { 0x00465059, 0x00905A4D, 0 };
|
||||
}
|
||||
|
||||
static public Dictionary<string, YpfScheme> KnownSchemes { get { return DefaultScheme.KnownSchemes; } }
|
||||
|
||||
Reference in New Issue
Block a user