mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 15:02:01 -04:00
[jak2] decomp gkernel, setup offline tests (#1638)
* add comments * oops * format' * spelling is hard
This commit is contained in:
@@ -103,9 +103,7 @@ void ObjectFileDB::analyze_functions_ir2(
|
||||
if (!output_dir.string().empty()) {
|
||||
ir2_write_results(output_dir, config, imports, data);
|
||||
} else {
|
||||
if (!skip_functions.empty()) {
|
||||
data.output_with_skips = ir2_final_out(data, imports, skip_functions);
|
||||
}
|
||||
data.output_with_skips = ir2_final_out(data, imports, skip_functions);
|
||||
data.full_output = ir2_final_out(data, imports, {});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user