diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2021-01-08 22:55:55 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-08 22:55:55 -0300 |
| commit | b9200dd734d4201ec9d8e07e203152d32392a69e (patch) | |
| tree | a4fbf2e58d246601583e894a8f150124b32eecff /Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs | |
| parent | a9cb31e75fe269519f6be71ae83627ee21d1bc1f (diff) | |
Support conditional on BRK and SYNC shader instructions (#1878)
* Support conditional on BRK and SYNC shader instructions
* Add TODO comment and bump cache version
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs b/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs index d28d7362..40f6d18c 100644 --- a/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs +++ b/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs @@ -34,7 +34,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 = 1759; + private const ulong ShaderCodeGenVersion = 1878; /// <summary> /// Creates a new instance of the shader cache. |
