mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-06 00:59:18 +00:00
Temporary disable BRI instruction
This commit is contained in:
parent
06907cb942
commit
51c107656f
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user