mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-08 08:29:59 +00:00
Merge pull request #1810 from degasus/dirty_flags
gl_rasterizer: Fixup for #1723.
This commit is contained in:
commit
5bea164a77
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ void RasterizerOpenGL::DrawArrays() {
|
|||
bool invalidate = buffer_cache.Map(buffer_size);
|
||||
if (invalidate) {
|
||||
// As all cached buffers are invalidated, we need to recheck their state.
|
||||
gpu.dirty_flags.vertex_attrib_format = 0xFFFFFFFF;
|
||||
gpu.dirty_flags.vertex_array = 0xFFFFFFFF;
|
||||
}
|
||||
|
||||
SetupVertexFormat();
|
||||
|
|
Loading…
Reference in a new issue