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:
@@ -37,7 +37,7 @@ namespace GameRes.Formats.Slg
|
||||
public override string Description { get { return "SLG system resource archive"; } }
|
||||
public override uint Signature { get { return 0x31535A53; } } // 'SZS1'
|
||||
public override bool IsHierarchic { get { return false; } }
|
||||
public override bool CanCreate { get { return false; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
{
|
||||
|
||||
@@ -35,6 +35,7 @@ namespace GameRes.Formats.Slg
|
||||
public override string Tag { get { return "TIG"; } }
|
||||
public override string Description { get { return "SLG system encrypted PNG image"; } }
|
||||
public override uint Signature { get { return 0x7CF3C28B; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
public override ImageMetaData ReadMetaData (Stream stream)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user