mirror of https://github.com/PCSX2/pcsx2.git
bla
This commit is contained in:
parent
2582649490
commit
6800753f09
|
@ -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
|
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 :)
|
{ //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;
|
mVUregs.blockType = 2;
|
||||||
} //Else it is conditional, so we need to do some nasty processing later in microVU_Branch.inl
|
} //Else it is conditional, so we need to do some nasty processing later in microVU_Branch.inl
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue