mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 21:51:43 +00:00
Fix skipping missing shaders
This commit is contained in:
parent
d6547abebf
commit
9e68f5026e
1 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,8 @@ namespace Ryujinx.Graphics.Gpu.Shader
|
|||
// Should not happen, but if someone messed with the cache it's better to catch it.
|
||||
invalidEntries?.Add(key);
|
||||
|
||||
_shaderCount = ++programIndex;
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue