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