config cleanup (#4146)

- jak 3 extractor config
- validation that extractor expected game matches the provided ISO (no
more drag and drop extractor for jak 2/3)
- jak 3 bug report template
This commit is contained in:
Matt Dallmeyer
2026-03-31 21:53:48 -07:00
committed by GitHub
parent 64bcd8c030
commit d1e03e14db
4 changed files with 136 additions and 9 deletions
+40
View File
@@ -121,6 +121,46 @@ extractor_iso_database() {
"ko", // decompiler config
"jak2",
{}}}}},
// Jak 3 NTSC-U
{"SCUS-97330", // serial from ELF name
{{4975852519304227343, // hash of ELF
{"Jak 3", // canonical name
GAME_TERRITORY_SCEA,
749, // number of files
{61426067393410901}, // iso hash
"ntsc_v1", // decompiler config
"jak3",
{}}}}},
// // Jak 3 NTSC-U (Greatest Hits)
{"SCUS-97516", // serial from ELF name
{{4975852519304227343, // hash of ELF
{"Jak 3", // canonical name
GAME_TERRITORY_SCEA,
749, // number of files
{61426067393410901}, // iso hash
"ntsc_v1", // decompiler config
"jak3",
{}}}}},
// Jak 3 NTSC-K
{"SCKA-20040", // serial from ELF name
{{10389946801578948532, // hash of ELF
{"잭 3", // canonical name
GAME_TERRITORY_SCEI,
749, // number of files
{15744436203314864205}, // iso hash
"ko", // decompiler config
"jak3",
{}}}}},
// Jak 3 PAL
{"SCES-52460", // serial from ELF name
{{1406394940700478958, // hash of ELF
{"Jak 3", // canonical name
GAME_TERRITORY_SCEE,
746, // number of files
{9845530557249070761}, // iso hash
"pal", // decompiler config
"jak3",
{}}}}},
};
return database;
}