Temporary disable BRI instruction

This commit is contained in:
raven02 2014-12-29 06:39:00 +08:00
parent 06907cb942
commit 51c107656f
1 changed files with 2 additions and 0 deletions

View File

@ -637,6 +637,7 @@ void GLVertexDecompilerThread::Task()
AddCode("}");
}
break;
/* This triggers opengl driver lost connection error code 7
case RSX_SCA_OPCODE_BRI: // works differently (BRI o[1].x(TR) L0;)
{
uint jump_position;
@ -668,6 +669,7 @@ void GLVertexDecompilerThread::Task()
AddCode("}");
}
break;
*/
case RSX_SCA_OPCODE_CAL:
// works same as BRI
AddCode("$ifcond $f(); //CAL");