From 30ffd1ee4445400bc3ffd3949c28207108ef73af Mon Sep 17 00:00:00 2001 From: riperiperi Date: Fri, 17 Jun 2022 02:09:42 +0100 Subject: [PATCH] Make method static. --- Ryujinx.Graphics.Gpu/Shader/ShaderSpecializationState.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx.Graphics.Gpu/Shader/ShaderSpecializationState.cs b/Ryujinx.Graphics.Gpu/Shader/ShaderSpecializationState.cs index 5375ebd18..44ffd687d 100644 --- a/Ryujinx.Graphics.Gpu/Shader/ShaderSpecializationState.cs +++ b/Ryujinx.Graphics.Gpu/Shader/ShaderSpecializationState.cs @@ -484,7 +484,7 @@ namespace Ryujinx.Graphics.Gpu.Shader /// The new sampler buffer index /// Stage index of the constant buffer [MethodImpl(MethodImplOptions.AggressiveInlining)] - private void UpdateCachedBuffer( + private static void UpdateCachedBuffer( GpuChannel channel, bool isCompute, ref int cachedTextureBufferIndex,