mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 22:22:21 -04:00
various decomp cleanups (#4247)
Removed a bunch of stuff, old scripts, cleaned up some decompiler errors, added a new tool that should help with a future PR
This commit is contained in:
@@ -196,7 +196,8 @@ class ObjectFileDB {
|
||||
void write_disassembly(const fs::path& output_dir,
|
||||
bool disassemble_data,
|
||||
bool disassemble_code,
|
||||
bool print_hex);
|
||||
bool print_hex,
|
||||
bool dump_function_metadata);
|
||||
|
||||
void process_object_file_data(
|
||||
ObjectFileData& data,
|
||||
|
||||
Reference in New Issue
Block a user