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:
Tyler Wilding
2021-06-01 22:41:37 -04:00
committed by GitHub
parent 784119188c
commit 2b3c4d957a
10 changed files with 24828 additions and 10708 deletions
+1 -1
View File
@@ -767,4 +767,4 @@ void ObjectFileDB::dump_raw_objects(const std::string& output_dir) {
file_util::write_binary_file(dest, data.data.data(), data.data.size());
});
}
} // namespace decompiler
} // namespace decompiler