mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -06:00
fixes to the threadedness of the sw rasteriser
also fix #639 and fix #880
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user