mirror of https://github.com/PCSX2/pcsx2.git
Missed a log.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5576 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
f984c7027f
commit
a467075ae0
|
@ -167,7 +167,7 @@ __fi void mVUcheckBadOp(mV) {
|
|||
//So to prevent spamming we ignore these, however its possible the real VU will bomb out if
|
||||
//this happens, so we will bomb out without warning.
|
||||
if(mVU.code != 0x8000033c)
|
||||
DevCon.Warning("microVU Warning: First Instruction of block contains illegal opcode...");
|
||||
DevCon.Warning("microVU Warning: Block contains an illegal opcode...");
|
||||
else
|
||||
mVUinfo.isBadOp = false; //End quietly
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue