mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 13:55:38 +00:00
GPU: Don't wedge when other commands are in FIFO with polyline
Fixes Ridge Racer Type 4.
This commit is contained in:
parent
b893c0abf5
commit
759c7c52d5
|
@ -94,6 +94,7 @@ void GPU::ExecuteCommands()
|
|||
DispatchRenderCommand();
|
||||
m_blit_buffer.clear();
|
||||
EndCommand();
|
||||
continue;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue