From 1ddb82f334a327823efa601119ff63295343967a Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Sun, 2 May 2021 11:23:51 +0200 Subject: [PATCH] pvr: deadlock in QueueRender/dc_stop --- core/hw/pvr/ta_ctx.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/hw/pvr/ta_ctx.cpp b/core/hw/pvr/ta_ctx.cpp index 88703b4c8..b5bba7269 100644 --- a/core/hw/pvr/ta_ctx.cpp +++ b/core/hw/pvr/ta_ctx.cpp @@ -94,7 +94,6 @@ bool QueueRender(TA_context* ctx) return false; } - frame_finished.Reset(); mtx_rqueue.lock(); TA_context* old = rqueue; rqueue=ctx;