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:
Matt Dallmeyer 2025-06-04 15:12:10 -07:00 committed by GitHub
parent cdbc241259
commit b7a2cdf3b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 10 deletions

View File

@ -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() {
{"ジャックダクスター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",
{}}}}},