diff options
| author | riperiperi <rhy3756547@hotmail.com> | 2021-05-21 00:09:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-21 01:09:18 +0200 |
| commit | 5271cfe70b88d4dc5feb3f5be71ffc3951e9a354 (patch) | |
| tree | e8d9ad433320f0b6b1d23ffdc0065825902b6da4 /Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs | |
| parent | 12533e5c9de779a76fb9c1b8406cef33ab0e4ba0 (diff) | |
Fix dimensions check for scale eligibility (#2301)
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 d752b1b0..9b5440fb 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 = 2300; + private const ulong ShaderCodeGenVersion = 2301; // Progress reporting helpers private volatile int _shaderCount; |
