[rsx/vp] Improve BRB opcode implementation

fix merge issues
This commit is contained in:
kd-11 2017-01-08 10:34:10 +03:00
parent 4d9b56c7f1
commit 9263999ad1
13 changed files with 118 additions and 72 deletions

View file

@ -92,6 +92,7 @@ void GLVertexDecompilerThread::insertConstants(std::stringstream & OS, const std
OS << "layout(std140, binding = 1) uniform VertexConstantsBuffer" << std::endl;
OS << "{" << std::endl;
OS << " vec4 vc[468];" << std::endl;
OS << " uint transform_branch_bits;" << std::endl;
OS << "};" << std::endl << std::endl;
for (const ParamType &PT: constants)