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