mirror of
https://github.com/open-goal/jak-project
synced 2026-07-01 20:20:35 -04:00
[decomp] finish actor-link-h and a few more (#592)
* finish actor-link-h * decompile files * fix pp issue
This commit is contained in:
@@ -187,7 +187,6 @@ void ObjectFileDB::load_map_file(const std::string& map_data) {
|
||||
}
|
||||
}
|
||||
|
||||
constexpr int MAX_CHUNK_SIZE = 0x8000;
|
||||
/*!
|
||||
* Load the objects stored in the given DGO into the ObjectFileDB
|
||||
*/
|
||||
|
||||
@@ -467,7 +467,7 @@ void ObjectFileDB::ir2_cfg_build_pass() {
|
||||
try {
|
||||
build_initial_forms(func);
|
||||
} catch (std::exception& e) {
|
||||
func.warnings.general_warning("Failed to structure");
|
||||
func.warnings.general_warning("Failed to structure: {}", e.what());
|
||||
func.ir2.top_form = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user