diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2021-12-08 18:36:09 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-08 18:36:09 -0300 |
| commit | 119a3a188738c12a5ddbe76e67fe0cc38122ee7b (patch) | |
| tree | 6979ad930fab866cf42d001575d97c269e4ddef0 /Ryujinx.Graphics.Gpu/Shader | |
| parent | 00c69f2098bf78cecefd897599c95f68450d88a1 (diff) | |
Fix SUATOM and other texture shader instructions with RZ dest (#2885)
* Fix SUATOM and other texture shader instructions with RZ dest
* Shader cache version bump
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Shader')
| -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 87bc55bd..32a1e4bd 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 = 2845; + private const ulong ShaderCodeGenVersion = 2885; // Progress reporting helpers private volatile int _shaderCount; |
