mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -04:00
[goalc] compile/run code for jak2 ckernel, set up dummy KERNEL.CGO (#1625)
[goalc] start can compile and run code for jak2 ckernel, set up dummy KERNEL.CGO
This commit is contained in:
@@ -42,7 +42,6 @@ std::tuple<std::optional<ISOMetadata>, ExtractorErrorCode> validate(
|
||||
return {std::nullopt, ExtractorErrorCode::VALIDATION_BAD_EXTRACTION};
|
||||
}
|
||||
|
||||
std::optional<ExtractorErrorCode> error_code;
|
||||
const auto [serial, elf_hash] = findElfFile(extracted_iso_path);
|
||||
|
||||
if (!serial || !elf_hash) {
|
||||
|
||||
Reference in New Issue
Block a user