mirror of
https://github.com/open-goal/jak-project
synced 2026-05-26 23:47:57 -04:00
decomp: resolve first batch of trivial files (#4266)
This commit is contained in:
@@ -669,7 +669,7 @@ void ObjectFileDB::write_disassembly(const fs::path& output_dir,
|
||||
|
||||
if (dump_function_metadata) {
|
||||
json data = file_func_metadata_map;
|
||||
file_util::write_text_file(output_dir / "func_metadata.json", data.dump(2));
|
||||
file_util::write_text_file(output_dir / "_func_metadata.json", data.dump(2));
|
||||
}
|
||||
|
||||
lg::info("Wrote functions dumps:");
|
||||
|
||||
Reference in New Issue
Block a user