[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:
water111
2024-01-20 12:33:39 -05:00
committed by GitHub
parent 9a4929ac0c
commit 1c0038294f
27 changed files with 4173 additions and 722 deletions
+1 -1
View File
@@ -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();