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