mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
(PAZ): added signature.
This commit is contained in:
parent
6dafc95461
commit
030894546a
@ -157,7 +157,7 @@ namespace GameRes.Formats.Musica
|
|||||||
|
|
||||||
public PazOpener ()
|
public PazOpener ()
|
||||||
{
|
{
|
||||||
Signatures = new uint[] { 0x858F8493, 0x8F889395, 0x6E656465, 0 };
|
Signatures = new uint[] { 0x858F8493, 0x8F889395, 0x6E656465, 0x848F8486, 0 };
|
||||||
}
|
}
|
||||||
|
|
||||||
static readonly ISet<string> AudioPazNames = new HashSet<string> {
|
static readonly ISet<string> AudioPazNames = new HashSet<string> {
|
||||||
|
Loading…
Reference in New Issue
Block a user