(SysFormat): Risa game platform system format.

This commit is contained in:
morkt
2016-06-07 23:33:31 +04:00
parent 3dd93d337d
commit 46a6c5390f
2 changed files with 10 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
//! \file ImageSYG.cs
//! \date Sun Jun 05 19:14:11 2016
//! \brief West Vision image format.
//! \brief Risa game platform system image format.
//
// Copyright (C) 2016 by morkt
//
@@ -39,7 +39,7 @@ namespace GameRes.Formats.WestVision
public class SygFormat : ImageFormat
{
public override string Tag { get { return "SYG"; } }
public override string Description { get { return "West Vision image format"; } }
public override string Description { get { return "Risa game platform system image"; } }
public override uint Signature { get { return 0x47595324; } } // '$SYG'
public override ImageMetaData ReadMetaData (Stream stream)