mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-03-21 01:53:15 +00:00
gl_rasterizer: Fixup undefined behaviour in SetupDraw
This commit is contained in:
parent
e6ee31a8e9
commit
0ecd181cca
@ -252,6 +252,7 @@ DrawParameters RasterizerOpenGL::SetupDraw() {
|
||||
params.count = regs.vertex_buffer.count;
|
||||
params.vertex_first = regs.vertex_buffer.first;
|
||||
}
|
||||
return params;
|
||||
}
|
||||
|
||||
void RasterizerOpenGL::SetupShaders() {
|
||||
|
Loading…
Reference in New Issue
Block a user