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:
@@ -1,6 +1,6 @@
|
||||
//! \file AudioEDIM.cs
|
||||
//! \date Fri Jun 26 06:52:33 2015
|
||||
//! \brief Selen wrapper around MP3 stream.
|
||||
//! \brief Macromedia Director wrapper around MP3 stream.
|
||||
//
|
||||
// Copyright (C) 2015 by morkt
|
||||
//
|
||||
@@ -33,7 +33,7 @@ namespace GameRes.Formats.Selen
|
||||
public class EdimAudio : Mp3Audio
|
||||
{
|
||||
public override string Tag { get { return "EDIM"; } }
|
||||
public override string Description { get { return "Selen audio format (MP3)"; } }
|
||||
public override string Description { get { return "Macromedia Director audio format (MP3)"; } }
|
||||
public override uint Signature { get { return 0x40010000; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user