mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
Get rid of the semaphore wait
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user