mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
[rsx/vp] Improve BRB opcode implementation
fix merge issues
This commit is contained in:
parent
4d9b56c7f1
commit
9263999ad1
13 changed files with 118 additions and 72 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue