decomp: resolve first batch of trivial files (#4266)

This commit is contained in:
Tyler Wilding
2026-05-08 18:54:05 -04:00
committed by GitHub
parent 580b190371
commit 704972dd6a
313 changed files with 96268 additions and 7476 deletions
+3 -2
View File
@@ -126,10 +126,11 @@ OfflineTestCompileResult compile(OfflineTestDecompiler& dc,
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"});
// TODO JAKX - not added yet
/*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"});
compiler.run_front_end_on_file({"goal_src", "jakx", "engine", "data", "part-groups.gc"});*/
}
int total_lines = 0;