From b7a2cdf3b6554c7fd3672616bf4fdba8b9b07f5c Mon Sep 17 00:00:00 2001 From: Matt Dallmeyer Date: Wed, 4 Jun 2025 15:12:10 -0700 Subject: [PATCH] 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 --- decompiler/extractor/extractor_util.cpp | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/decompiler/extractor/extractor_util.cpp b/decompiler/extractor/extractor_util.cpp index 56fe0c96c6..ea53058fcd 100644 --- a/decompiler/extractor/extractor_util.cpp +++ b/decompiler/extractor/extractor_util.cpp @@ -83,9 +83,12 @@ extractor_iso_database() { {{18445016742498932084U, // hash of ELF {"Jak II", // canonical name GAME_TERRITORY_SCEA, - 593, // number of files - {4835330407820245819U, 5223305410190549348U, 3212700152698192932}, // iso hash - "ntsc_v1", // decompiler config + 593, // number of files + { + 3212700152698192932U, // NTSC-U v1 + 18208811100399420450U // NTSC-U V2 + }, // iso hash(es) + "ntsc_v1", // decompiler config "jak2", {}}}}}, // Jak 2 PAL @@ -93,9 +96,9 @@ extractor_iso_database() { {{18188891052467821088U, // hash of ELF {"Jak II: Renegade", // canonical name GAME_TERRITORY_SCEE, - 593, // number of files - {8410801891219727031U}, // iso hash - "pal", // decompiler config + 593, // number of files + {15637648662558474533U}, // iso hash + "pal", // decompiler config "jak2", {}}}}}, // Jak 2 NTSC-J @@ -103,9 +106,9 @@ extractor_iso_database() { {{7409991384254810731U, // hash of ELF {"ジャックXダクスター2", // canonical name GAME_TERRITORY_SCEI, - 593, // number of files - {1686904681401593185U}, // iso hash - "jp", // decompiler config + 593, // number of files + {709902535083998969U}, // iso hash + "jp", // decompiler config "jak2", {}}}}}, // Jak 2 NTSC-K @@ -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", {}}}}},