From 51c107656f27c184344d0b331140b53373e2c10b Mon Sep 17 00:00:00 2001 From: raven02 Date: Mon, 29 Dec 2014 06:39:00 +0800 Subject: [PATCH] Temporary disable BRI instruction --- rpcs3/Emu/RSX/GL/GLVertexProgram.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpcs3/Emu/RSX/GL/GLVertexProgram.cpp b/rpcs3/Emu/RSX/GL/GLVertexProgram.cpp index 7a0b3f3e81..4a576865f1 100644 --- a/rpcs3/Emu/RSX/GL/GLVertexProgram.cpp +++ b/rpcs3/Emu/RSX/GL/GLVertexProgram.cpp @@ -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");