fixes to the threadedness of the sw rasteriser

also fix #639 and fix #880
This commit is contained in:
RSDuck
2021-01-26 16:42:27 +01:00
parent ab222ab135
commit b78bc4cb66
8 changed files with 40 additions and 16 deletions

View File

@ -2500,6 +2500,11 @@ void VCount144()
if (GPU::Renderer == 0) SoftRenderer::VCount144();
}
void RestartFrame()
{
if (GPU::Renderer == 0) SoftRenderer::SetupRenderThread();
}
bool YSort(Polygon* a, Polygon* b)
{