mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
remove old ir1 code (#1287)
This commit is contained in:
@@ -155,13 +155,6 @@ int main(int argc, char** argv) {
|
||||
config.write_hex_near_instructions);
|
||||
}
|
||||
|
||||
// regenerate all-types if needed
|
||||
if (config.regenerate_all_types) {
|
||||
db.analyze_functions_ir1(config);
|
||||
file_util::write_text_file(file_util::combine_path(out_folder, "type_defs.gc"),
|
||||
db.all_type_defs);
|
||||
}
|
||||
|
||||
// main decompile.
|
||||
if (config.decompile_code) {
|
||||
db.analyze_functions_ir2(out_folder, config, {});
|
||||
|
||||
Reference in New Issue
Block a user