mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(IResource.CanWrite): new property.
(ArchiveFormat.CanCreate): renamed to CanWrite.
This commit is contained in:
@@ -129,6 +129,7 @@ namespace GameRes.Formats
|
||||
public override string Tag { get { return "OGG"; } }
|
||||
public override string Description { get { return "Ogg/Vorbis audio format"; } }
|
||||
public override uint Signature { get { return 0x5367674f; } } // 'OggS'
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
public override SoundInput TryOpen (Stream file)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user