mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-19 05:16:15 +00:00
Fix vertex program decompile function
This commit is contained in:
parent
52a1860f0a
commit
70f6871363
@ -601,7 +601,8 @@ void GLVertexProgram::Wait()
|
|||||||
|
|
||||||
void GLVertexProgram::Decompile(RSXVertexProgram& prog)
|
void GLVertexProgram::Decompile(RSXVertexProgram& prog)
|
||||||
{
|
{
|
||||||
GLVertexDecompilerThread(prog.data, shader, parr);
|
GLVertexDecompilerThread decompiler(prog.data, shader, parr);
|
||||||
|
decompiler.Task();
|
||||||
}
|
}
|
||||||
|
|
||||||
void GLVertexProgram::DecompileAsync(RSXVertexProgram& prog)
|
void GLVertexProgram::DecompileAsync(RSXVertexProgram& prog)
|
||||||
|
Loading…
Reference in New Issue
Block a user