mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 20:04:13 +08:00
(DrgIndexedFormat): changed Tag property.
This commit is contained in:
parent
30e7a470d3
commit
0bc57de734
@ -428,15 +428,10 @@ namespace GameRes.Formats.DRS
|
||||
[Export(typeof(ImageFormat))]
|
||||
public class DrgIndexedFormat : ImageFormat
|
||||
{
|
||||
public override string Tag { get { return "DRG"; } }
|
||||
public override string Tag { get { return "GGD"; } }
|
||||
public override string Description { get { return "Digital Romance System indexed image format"; } }
|
||||
public override uint Signature { get { return ~0x47363532u; } } // '256G'
|
||||
|
||||
public DrgIndexedFormat ()
|
||||
{
|
||||
Extensions = new string[] { "ggd" };
|
||||
}
|
||||
|
||||
public override ImageMetaData ReadMetaData (Stream stream)
|
||||
{
|
||||
using (var input = new ArcView.Reader (stream))
|
||||
|
Loading…
x
Reference in New Issue
Block a user