Skip to content

Commit b7a2cdf

Browse files
authored
Fix Jak II ISO hashes (#3946)
Fixes the other Jak II hashes after the fix in #3937
1 parent cdbc241 commit b7a2cdf

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

decompiler/extractor/extractor_util.cpp

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,29 +83,32 @@ extractor_iso_database() {
8383
{{18445016742498932084U, // hash of ELF
8484
{"Jak II", // canonical name
8585
GAME_TERRITORY_SCEA,
86-
593, // number of files
87-
{4835330407820245819U, 5223305410190549348U, 3212700152698192932}, // iso hash
88-
"ntsc_v1", // decompiler config
86+
593, // number of files
87+
{
88+
3212700152698192932U, // NTSC-U v1
89+
18208811100399420450U // NTSC-U V2
90+
}, // iso hash(es)
91+
"ntsc_v1", // decompiler config
8992
"jak2",
9093
{}}}}},
9194
// Jak 2 PAL
9295
{"SCES-51608", // serial from ELF name
9396
{{18188891052467821088U, // hash of ELF
9497
{"Jak II: Renegade", // canonical name
9598
GAME_TERRITORY_SCEE,
96-
593, // number of files
97-
{8410801891219727031U}, // iso hash
98-
"pal", // decompiler config
99+
593, // number of files
100+
{15637648662558474533U}, // iso hash
101+
"pal", // decompiler config
99102
"jak2",
100103
{}}}}},
101104
// Jak 2 NTSC-J
102105
{"SCPS-15057", // serial from ELF name
103106
{{7409991384254810731U, // hash of ELF
104107
{"ジャックXダクスター2", // canonical name
105108
GAME_TERRITORY_SCEI,
106-
593, // number of files
107-
{1686904681401593185U}, // iso hash
108-
"jp", // decompiler config
109+
593, // number of files
110+
{709902535083998969U}, // iso hash
111+
"jp", // decompiler config
109112
"jak2",
110113
{}}}}},
111114
// Jak 2 NTSC-K
@@ -114,7 +117,7 @@ extractor_iso_database() {
114117
{"Jak II", // canonical name
115118
GAME_TERRITORY_SCEI,
116119
593, // number of files
117-
{4637199624374114440U}, // iso hash
120+
{7504500484091955379U}, // iso hash
118121
"ko", // decompiler config
119122
"jak2",
120123
{}}}}},

0 commit comments

Comments
 (0)