GPU: Don't wedge when other commands are in FIFO with polyline

Fixes Ridge Racer Type 4.
This commit is contained in:
Connor McLaughlin 2020-04-20 01:07:51 +10:00
parent b893c0abf5
commit 759c7c52d5

View file

@ -94,6 +94,7 @@ void GPU::ExecuteCommands()
DispatchRenderCommand();
m_blit_buffer.clear();
EndCommand();
continue;
}
}
break;