mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(MioAudio): relaxed signature check.
This commit is contained in:
@@ -49,7 +49,7 @@ namespace GameRes.Formats.Entis
|
|||||||
return null;
|
return null;
|
||||||
if (0x03000100 != LittleEndian.ToUInt32 (header, 8))
|
if (0x03000100 != LittleEndian.ToUInt32 (header, 8))
|
||||||
return null;
|
return null;
|
||||||
if (!Binary.AsciiEqual (header, 0x10, "Music Interleaved and Orthogonal transformed"))
|
if (!Binary.AsciiEqual (header, 0x10, "Music Interleaved"))
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
return new MioInput (file);
|
return new MioInput (file);
|
||||||
|
|||||||
Reference in New Issue
Block a user