feat: added decodePMFHL function

This commit is contained in:
Ran-j
2025-04-15 23:58:22 -03:00
parent a64f09c42d
commit 7353b966f2
2 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -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);