diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2021-10-17 17:02:20 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-17 17:02:20 -0300 |
| commit | d05573bfd1bfce902ac33a13cfeba72675a506ff (patch) | |
| tree | 88622a015981ff080bf6f1f8bf5fc23359770d24 /Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs | |
| parent | 1b81653478345c00ddf493bbce9fbce8fec48e48 (diff) | |
Implement SHF (funnel shift) shader instruction (#2702)
* Implement SHF shader instruction
* Shader cache version bump
* Better name
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 12b7c2f0..e69e7dcb 100644 --- a/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs +++ b/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs @@ -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 = 2697; + private const ulong ShaderCodeGenVersion = 2702; // Progress reporting helpers private volatile int _shaderCount; |
