mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 14:54:53 -04:00
Organize all types (#523)
* get a full mapping of all `symbol:file-name` for jak1 * cleanup before any additional work is done * more pre-organize changes * scripts: script written to cleanup all-types...but what will cleanup the script... * resolve clashing enum symbol names * some manual changes to symbol order * very close! don't completely lose types that are fully commented out * scripts: New symbol mapping and further script polishing * changes needed to make the script function properly * brand new all-types! * remove now irrelevant symbol definitions * formatting cpp * decompiler: Remove symbol dumping feature, not accurate anyway
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ int main(int argc, char** argv) {
|
||||
db.analyze_functions_ir2(out_folder, config);
|
||||
}
|
||||
|
||||
// write out all symbols TODO - organize by file
|
||||
// write out all symbols
|
||||
file_util::write_text_file(file_util::combine_path(out_folder, "all-syms.gc"),
|
||||
db.dts.dump_symbol_types());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user