mirror of
https://github.com/open-goal/jak-project
synced 2026-08-19 14:03:38 -04:00
Make decompiler naming consistent (#94)
* use a fixed object file naming by default, option to allow new map file creation * fix prints * fixing up edge cases * update json config
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ int main(int argc, char** argv) {
|
||||
dgos.push_back(combine_path(in_folder, dgo_name));
|
||||
}
|
||||
|
||||
ObjectFileDB db(dgos);
|
||||
ObjectFileDB db(dgos, get_config().obj_file_name_map_file);
|
||||
file_util::write_text_file(combine_path(out_folder, "dgo.txt"), db.generate_dgo_listing());
|
||||
file_util::write_text_file(combine_path(out_folder, "obj.txt"), db.generate_obj_listing());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user