From 1262822f8470b6c6941fae3bee1b7dae216d70e4 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Tue, 24 Oct 2023 16:01:39 -0400 Subject: [PATCH] Get rid of the semaphore wait --- src/GPU3D_Soft.cpp | 1 - 1 file changed, 1 deletion(-) 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 {