mirror of
https://github.com/open-goal/jak-project
synced 2026-06-05 11:19:05 -04:00
PAL jak 1 decompiler profile (#891)
* [decompiler] pal "support" * inoffensively add some PAL-updated types * fixes! * clarify some things for windows * Update README.md * dummy * config fixes * dummy
This commit is contained in:
@@ -125,6 +125,7 @@ class ObjectFileDB {
|
||||
assert(obj_files_by_name.size() == obj_file_order.size());
|
||||
for (const auto& name : obj_file_order) {
|
||||
for (auto& obj : obj_files_by_name.at(name)) {
|
||||
// lg::info("{}...", name);
|
||||
f(obj);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user