mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -04:00
[jak3] Decompile gcommon (#3321)
Decompile `gcommon`. I adjusted the spacing of docstring comments, and removed some spammy decompiler warning prints. I also added some random notes I had on VU programs from jak1/jak2. They are not polished, but I think it's still worth including since we'll have to go through them again for jak 3.
This commit is contained in:
@@ -46,7 +46,7 @@ bool try_convert_lambda(const Function& parent_function,
|
||||
if (defstate_behavior) {
|
||||
result = final_output_defstate_anonymous_behavior(*other_func, dts);
|
||||
} else {
|
||||
result = final_output_lambda(*other_func);
|
||||
result = final_output_lambda(*other_func, dts.version());
|
||||
}
|
||||
|
||||
f->clear();
|
||||
|
||||
Reference in New Issue
Block a user