mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:25:45 -04:00
GPU: Don't wedge when other commands are in FIFO with polyline
Fixes Ridge Racer Type 4.
This commit is contained in:
@ -94,6 +94,7 @@ void GPU::ExecuteCommands()
|
||||
DispatchRenderCommand();
|
||||
m_blit_buffer.clear();
|
||||
EndCommand();
|
||||
continue;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user