mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 14:13:45 -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:
@@ -21,7 +21,7 @@ using namespace decompiler;
|
||||
|
||||
void FormRegressionTest::SetUpTestCase() {
|
||||
parser = std::make_unique<InstructionParser>();
|
||||
dts = std::make_unique<DecompilerTypeSystem>();
|
||||
dts = std::make_unique<DecompilerTypeSystem>(GameVersion::Jak1);
|
||||
dts->parse_type_defs({"decompiler", "config", "all-types.gc"});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user