mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 02:14:07 -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:
@@ -1428,7 +1428,9 @@ Form* try_sc_as_type_of_jak2(FormPool& pool, Function& f, const ShortCircuit* vt
|
||||
f.ir2.env.disable_def(b2_delay_op.dst(), f.warnings);
|
||||
f.ir2.env.disable_use(shift_left->expr().get_arg(0).var());
|
||||
|
||||
f.warnings.warning("Using new Jak 2 rtype-of");
|
||||
if (f.ir2.env.version != GameVersion::Jak3) {
|
||||
f.warnings.warning("Using new Jak 2 rtype-of");
|
||||
}
|
||||
return b0_ptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user