Fix storage buffer access when match fails (#4037)
* Fix storage buffer access when match fails * Shader cache version bump
This commit is contained in:
parent
266338a7c9
commit
dde9bb5c69
2 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ namespace Ryujinx.Graphics.Shader.Translation
|
|||
sbSlot = PrependOperation(Instruction.ConditionalSelect, inRange, Const(slot), sbSlot);
|
||||
}
|
||||
|
||||
if (sbUseMask != 0)
|
||||
if (config.AccessibleStorageBuffersMask != 0)
|
||||
{
|
||||
Operand alignMask = Const(-config.GpuAccessor.QueryHostStorageBufferOffsetAlignment());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue