mirror of
https://github.com/ran-j/PS2Recomp.git
synced 2026-09-26 16:59:35 -04:00
feat: added decodePMFHL function
This commit is contained in:
@@ -1595,7 +1595,7 @@ namespace ps2recomp
|
||||
return fmt::format("// Calls VU0 microprogram at address {} - not implemented in recompiled code",
|
||||
inst.immediate);
|
||||
|
||||
case VU0_VRGET: // TODO - Check if this is correct
|
||||
case VU0_VRGET:
|
||||
return fmt::format("ctx->vu0_vf[{}] = ctx->vu0_r; // Get VU0 R register",
|
||||
inst.rd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user