increment cache version

This commit is contained in:
merry 2022-03-19 17:04:14 +00:00
parent 1766b0dd97
commit 3c78fbc367

View file

@ -40,7 +40,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 = 3054;
private const ulong ShaderCodeGenVersion = 3184;
// Progress reporting helpers
private volatile int _shaderCount;