mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-29 09:10:08 -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_RenderDone);
|
||||||
Platform::Semaphore_Reset(Sema_RenderStart);
|
Platform::Semaphore_Reset(Sema_RenderStart);
|
||||||
Platform::Semaphore_Reset(Sema_ScanlineCount);
|
Platform::Semaphore_Reset(Sema_ScanlineCount);
|
||||||
Platform::Semaphore_Wait(Sema_RenderStart);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user