mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-16 07:10:40 +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)
|
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