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:
@@ -74,7 +74,7 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
|
||||
fmt::print("Setting up types...\n");
|
||||
decompiler::DecompilerTypeSystem dts;
|
||||
decompiler::DecompilerTypeSystem dts(kGameVersion);
|
||||
dts.parse_type_defs({"decompiler", "config", "all-types.gc"});
|
||||
|
||||
std::string file_name = argv[1];
|
||||
|
||||
Reference in New Issue
Block a user