mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-15 22:53:47 +00:00
Merge pull request #332 from raven02/patch-18
Fix vertex program decompile function
This commit is contained in:
commit
ada0b31295
@ -601,7 +601,8 @@ void GLVertexProgram::Wait()
|
||||
|
||||
void GLVertexProgram::Decompile(RSXVertexProgram& prog)
|
||||
{
|
||||
GLVertexDecompilerThread(prog.data, shader, parr);
|
||||
GLVertexDecompilerThread decompiler(prog.data, shader, parr);
|
||||
decompiler.Task();
|
||||
}
|
||||
|
||||
void GLVertexProgram::DecompileAsync(RSXVertexProgram& prog)
|
||||
|
Loading…
Reference in New Issue
Block a user