This commit is contained in:
ramapcsx2 2014-07-05 20:48:45 +02:00
parent 2582649490
commit 6800753f09
1 changed files with 7 additions and 0 deletions

View File

@ -465,6 +465,13 @@ __ri int mVUbranchCheck(mV) {
{
if(branchType <= 2 && branchType >= 9) //First branch is not conditional so we know what the link will be
{ //So we can let the existing evil block do its thing! We know where to get the addr :)
DevCon.Warning("yo");
DevCon.Warning("yo");
DevCon.Warning("yo");
DevCon.Warning("yo");
DevCon.Warning("yo");
DevCon.Warning("----");
mVUregs.blockType = 2;
} //Else it is conditional, so we need to do some nasty processing later in microVU_Branch.inl
}