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:
@@ -35,6 +35,7 @@ namespace GameRes.Formats.ScenePlayer
|
||||
public override string Tag { get { return "PMW"; } }
|
||||
public override string Description { get { return "ScenePlayer compressed WAV audio"; } }
|
||||
public override uint Signature { get { return 0; } }
|
||||
public override bool CanWrite { get { return true; } }
|
||||
|
||||
public override SoundInput TryOpen (Stream file)
|
||||
{
|
||||
|
||||
@@ -37,6 +37,7 @@ namespace GameRes.Formats.ScenePlayer
|
||||
public override string Tag { get { return "PMP"; } }
|
||||
public override string Description { get { return "ScenePlayer compressed bitmap format"; } }
|
||||
public override uint Signature { get { return 0; } }
|
||||
public override bool CanWrite { get { return true; } }
|
||||
|
||||
public override void Write (Stream file, ImageData image)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user