mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 07:34:00 +08:00
(GSS): added signature.
This commit is contained in:
parent
cd527552b8
commit
853dc920cc
@ -32,6 +32,7 @@ using GameRes.Compression;
|
||||
using GameRes.Utility;
|
||||
|
||||
// [041001][Innocence] China Chaime+
|
||||
// [041224][Tam's] Volga Series 1
|
||||
|
||||
namespace GameRes.Formats.Ags32i
|
||||
{
|
||||
@ -51,7 +52,7 @@ namespace GameRes.Formats.Ags32i
|
||||
|
||||
public GssFormat ()
|
||||
{
|
||||
Signatures = new uint[] { 0x20575A52, 0 };
|
||||
Signatures = new uint[] { 0x20575A52, 0x20574242, 0 };
|
||||
}
|
||||
|
||||
//static readonly uint DefaultKey = 0x20040915;
|
||||
|
Loading…
Reference in New Issue
Block a user