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;