refactor: from guest threads to EE scheduler

This commit is contained in:
Ran-j
2026-07-25 21:23:24 -03:00
parent f3687c5ae6
commit cc941d2f4f
41 changed files with 5018 additions and 7410 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ namespace ps2recomp
}
}
// Fallthrough with no terminating branch: advance ctx->pc past the function so dispatchLoop doesn't re-call it forever.
// Fallthrough with no terminating branch: publish the next PC so the EE dispatcher does not re-enter this function.
if (!instructions.empty() && !lastInstructionWasControlFlow)
{
ss << " ctx->pc = 0x" << std::hex << function.end << "u;\n"