diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2021-06-02 20:41:53 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-03 01:41:53 +0200 |
| commit | 3b90adcd1da57db2fe84062aa1305230d692338e (patch) | |
| tree | 84c2b53429b3d9dd39bc51dfe86b80e8e01218fe /Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs | |
| parent | b84ba434066ad47389134efac80d2279a10e75ac (diff) | |
Fix shaders with mixed PBK and SSY addresses on the stack (#2329)
* Fix shaders with mixed PBK and SSY addresses on the stack
* Address PR feedback and nits
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 62215245..f72b5e6c 100644 --- a/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs +++ b/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs @@ -36,7 +36,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 = 2317; + private const ulong ShaderCodeGenVersion = 2329; // Progress reporting helpers private volatile int _shaderCount; |
