mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-07-08 01:31:41 +08:00
(IResource.CanWrite): new property.
(ArchiveFormat.CanCreate): renamed to CanWrite.
This commit is contained in:
@@ -30,7 +30,7 @@ using System.IO;
|
||||
namespace GameRes.Formats.Ags
|
||||
{
|
||||
[Export(typeof(AudioFormat))]
|
||||
public class PcmAudio : WaveAudio
|
||||
public class PcmAudio : AudioFormat
|
||||
{
|
||||
public override string Tag { get { return "PCM/AGS"; } }
|
||||
public override string Description { get { return "AnimeGameSystem PCM audio"; } }
|
||||
|
||||
Reference in New Issue
Block a user