Formats update.

(HG3): attempt to recognize swapped Red/Blue channels.
Fairytale BDT archives.
(XP3, VF): add 'exe' to extensions list.
(DXR): consolidated Macromedia Director archives.
(SND): support mp3 streams.
(QPK): PSP resource archive.
(GRC): support encrypted images.
This commit is contained in:
morkt
2023-09-14 19:17:31 +04:00
parent b73bd0fb4d
commit bfd81f9ec4
23 changed files with 1081 additions and 426 deletions

View File

@@ -26,10 +26,10 @@ namespace GameRes.Formats.??????
[Export(typeof(AudioFormat))]
public class xxxAudio : AudioFormat
{
public override string Tag { get => "xxx"; }
public override string Description { get => "?????? audio resource"; }
public override uint Signature { get => 0; }
public override bool CanWrite { get => false; }
public override string Tag => "xxx";
public override string Description => "?????? audio resource";
public override uint Signature => 0;
public override bool CanWrite => false;
public override SoundInput TryOpen (IBinaryStream file)
{