diff --git a/src/GPU3D_Soft.cpp b/src/GPU3D_Soft.cpp index b9eefc48..33b278be 100644 --- a/src/GPU3D_Soft.cpp +++ b/src/GPU3D_Soft.cpp @@ -62,7 +62,6 @@ void SoftRenderer::SetupRenderThread() Platform::Semaphore_Reset(Sema_RenderDone); Platform::Semaphore_Reset(Sema_RenderStart); Platform::Semaphore_Reset(Sema_ScanlineCount); - Platform::Semaphore_Wait(Sema_RenderStart); } else {