Fix wrong maximum id on sampler pool in some cases
This commit is contained in:
@ -241,6 +241,8 @@ namespace Ryujinx.Graphics.Shader.Instructions
|
||||
|
||||
res = context.IAdd(res, srcC);
|
||||
|
||||
// TODO: CC, X, SAT, and more?
|
||||
|
||||
context.Copy(GetDest(context), res);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user