pvr: deadlock in QueueRender/dc_stop

This commit is contained in:
Flyinghead 2021-05-02 11:23:51 +02:00
parent 5dd15e2942
commit 1ddb82f334
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ bool QueueRender(TA_context* ctx)
return false;
}
frame_finished.Reset();
mtx_rqueue.lock();
TA_context* old = rqueue;
rqueue=ctx;