mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
(MioAudio): relaxed signature check.
This commit is contained in:
parent
3a5b3f7ca0
commit
f6fd50bae8
@ -49,7 +49,7 @@ namespace GameRes.Formats.Entis
|
||||
return null;
|
||||
if (0x03000100 != LittleEndian.ToUInt32 (header, 8))
|
||||
return null;
|
||||
if (!Binary.AsciiEqual (header, 0x10, "Music Interleaved and Orthogonal transformed"))
|
||||
if (!Binary.AsciiEqual (header, 0x10, "Music Interleaved"))
|
||||
return null;
|
||||
|
||||
return new MioInput (file);
|
||||
|
Loading…
Reference in New Issue
Block a user