From b0d9ec8a8202039b21fb799707c8d26f37c4fbfd Mon Sep 17 00:00:00 2001 From: gdkchan Date: Fri, 3 Jul 2020 19:30:41 -0300 Subject: Fix compute restore of previous shader state (#1352) --- Ryujinx.Graphics.Gpu/Engine/Compute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.Graphics.Gpu/Engine/Compute.cs') diff --git a/Ryujinx.Graphics.Gpu/Engine/Compute.cs b/Ryujinx.Graphics.Gpu/Engine/Compute.cs index 9f0034eb..4d18f4d3 100644 --- a/Ryujinx.Graphics.Gpu/Engine/Compute.cs +++ b/Ryujinx.Graphics.Gpu/Engine/Compute.cs @@ -163,7 +163,7 @@ namespace Ryujinx.Graphics.Gpu.Engine qmd.CtaRasterHeight, qmd.CtaRasterDepth); - UpdateShaderState(state); + _forceShaderUpdate = true; } } } \ No newline at end of file -- cgit v1.2.3