Fix ZN flags set for shader instructions using RZ.CC dest (#2147)

* Fix ZN flags set for shader instructions using RZ.CC dest

* Shader cache version bump and nits
This commit is contained in:
gdkchan 2021-03-27 18:59:05 -03:00 committed by GitHub
parent e60bae1a94
commit a0b4799f19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 14 deletions

View file

@ -35,7 +35,7 @@ namespace Ryujinx.Graphics.Gpu.Shader
/// <summary>
/// Version of the codegen (to be changed when codegen or guest format change).
/// </summary>
private const ulong ShaderCodeGenVersion = 2088;
private const ulong ShaderCodeGenVersion = 2147;
// Progress reporting helpers
private volatile int _shaderCount;