mirror of
https://github.com/open-goal/jak-project
synced 2026-08-06 01:49:17 -04:00
various decomp cleanups (#4247)
Removed a bunch of stuff, old scripts, cleaned up some decompiler errors, added a new tool that should help with a future PR
This commit is contained in:
@@ -125,6 +125,11 @@ OfflineTestCompileResult compile(OfflineTestDecompiler& dc,
|
||||
compiler.run_front_end_on_file({"goal_src", "jak3", "engine", "data", "joint-nodes.gc"});
|
||||
compiler.run_front_end_on_file({"goal_src", "jak3", "engine", "data", "textures.gc"});
|
||||
compiler.run_front_end_on_file({"goal_src", "jak3", "engine", "data", "part-groups.gc"});
|
||||
} else if (config.game_name == "jakx") {
|
||||
compiler.run_front_end_on_file({"goal_src", "jakx", "engine", "data", "art-elts.gc"});
|
||||
compiler.run_front_end_on_file({"goal_src", "jakx", "engine", "data", "joint-nodes.gc"});
|
||||
compiler.run_front_end_on_file({"goal_src", "jakx", "engine", "data", "textures.gc"});
|
||||
compiler.run_front_end_on_file({"goal_src", "jakx", "engine", "data", "part-groups.gc"});
|
||||
}
|
||||
|
||||
int total_lines = 0;
|
||||
|
||||
Reference in New Issue
Block a user