Fix Jak II ISO hashes (#3946)
Fixes the other Jak II hashes after the fix in https://github.com/open-goal/jak-project/pull/3937
This commit is contained in:
parent
cdbc241259
commit
b7a2cdf3b6
|
|
@ -84,7 +84,10 @@ extractor_iso_database() {
|
|||
{"Jak II", // canonical name
|
||||
GAME_TERRITORY_SCEA,
|
||||
593, // number of files
|
||||
{4835330407820245819U, 5223305410190549348U, 3212700152698192932}, // iso hash
|
||||
{
|
||||
3212700152698192932U, // NTSC-U v1
|
||||
18208811100399420450U // NTSC-U V2
|
||||
}, // iso hash(es)
|
||||
"ntsc_v1", // decompiler config
|
||||
"jak2",
|
||||
{}}}}},
|
||||
|
|
@ -94,7 +97,7 @@ extractor_iso_database() {
|
|||
{"Jak II: Renegade", // canonical name
|
||||
GAME_TERRITORY_SCEE,
|
||||
593, // number of files
|
||||
{8410801891219727031U}, // iso hash
|
||||
{15637648662558474533U}, // iso hash
|
||||
"pal", // decompiler config
|
||||
"jak2",
|
||||
{}}}}},
|
||||
|
|
@ -104,7 +107,7 @@ extractor_iso_database() {
|
|||
{"ジャックXダクスター2", // canonical name
|
||||
GAME_TERRITORY_SCEI,
|
||||
593, // number of files
|
||||
{1686904681401593185U}, // iso hash
|
||||
{709902535083998969U}, // iso hash
|
||||
"jp", // decompiler config
|
||||
"jak2",
|
||||
{}}}}},
|
||||
|
|
@ -114,7 +117,7 @@ extractor_iso_database() {
|
|||
{"Jak II", // canonical name
|
||||
GAME_TERRITORY_SCEI,
|
||||
593, // number of files
|
||||
{4637199624374114440U}, // iso hash
|
||||
{7504500484091955379U}, // iso hash
|
||||
"ko", // decompiler config
|
||||
"jak2",
|
||||
{}}}}},
|
||||
|
|
|
|||
Loading…
Reference in New Issue