mirror of https://github.com/PCSX2/pcsx2.git
Left some logging in, nothing to see here.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5750 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
09c01abd05
commit
8e59b6bbf5
|
@ -224,7 +224,6 @@ void normBranch(mV, microFlagCycles& mFC) {
|
|||
if(mVUlow.badBranch)
|
||||
DevCon.Warning("End on evil Unconditional branch! - Not implemented! - If game broken report to PCSX2 Team");
|
||||
|
||||
DevCon.Warning("eBit branch");
|
||||
iPC = branchAddr/4;
|
||||
mVUendProgram(mVU, &mFC, 1);
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue