diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2021-05-01 15:46:21 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-01 20:46:21 +0200 |
| commit | 0e9823d7e6668731598b6f04b551efa801969e7b (patch) | |
| tree | 87ea0b82f1d01dae9bf1a82ba24117c898bed439 /Ryujinx.Graphics.Gpu | |
| parent | 1998a3a90afeb5b1bede6ba0d17e7518a71cfe4f (diff) | |
Fix shader buffer write flag on atomic instructions (#2261)
* Fix shader buffer write flag on atomic instructions
* Shader cache version bump
Diffstat (limited to 'Ryujinx.Graphics.Gpu')
| -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 59669cb9..164960d0 100644 --- a/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs +++ b/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs @@ -35,7 +35,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 = 2217; + private const ulong ShaderCodeGenVersion = 2261; // Progress reporting helpers private volatile int _shaderCount; |
