mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(EdimAudio): additional signature.
This commit is contained in:
@@ -36,6 +36,11 @@ namespace GameRes.Formats.Selen
|
|||||||
public override string Description { get { return "Selen audio format (MP3)"; } }
|
public override string Description { get { return "Selen audio format (MP3)"; } }
|
||||||
public override uint Signature { get { return 0x40010000; } }
|
public override uint Signature { get { return 0x40010000; } }
|
||||||
|
|
||||||
|
public EdimAudio ()
|
||||||
|
{
|
||||||
|
Signatures = new uint[] { 0x40010000, 0x64010000 };
|
||||||
|
}
|
||||||
|
|
||||||
public override SoundInput TryOpen (Stream file)
|
public override SoundInput TryOpen (Stream file)
|
||||||
{
|
{
|
||||||
uint offset = 4 + Binary.BigEndian (FormatCatalog.ReadSignature (file));
|
uint offset = 4 + Binary.BigEndian (FormatCatalog.ReadSignature (file));
|
||||||
|
|||||||
Reference in New Issue
Block a user