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;