Temporary disable BRI instruction
This commit is contained in:
@@ -637,6 +637,7 @@ void GLVertexDecompilerThread::Task()
|
|||||||
AddCode("}");
|
AddCode("}");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
/* This triggers opengl driver lost connection error code 7
|
||||||
case RSX_SCA_OPCODE_BRI: // works differently (BRI o[1].x(TR) L0;)
|
case RSX_SCA_OPCODE_BRI: // works differently (BRI o[1].x(TR) L0;)
|
||||||
{
|
{
|
||||||
uint jump_position;
|
uint jump_position;
|
||||||
@@ -668,6 +669,7 @@ void GLVertexDecompilerThread::Task()
|
|||||||
AddCode("}");
|
AddCode("}");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
*/
|
||||||
case RSX_SCA_OPCODE_CAL:
|
case RSX_SCA_OPCODE_CAL:
|
||||||
// works same as BRI
|
// works same as BRI
|
||||||
AddCode("$ifcond $f(); //CAL");
|
AddCode("$ifcond $f(); //CAL");
|
||||||
|
|||||||
Reference in New Issue
Block a user