Fix compute restore of previous shader state (#1352)

This commit is contained in:
gdkchan
2020-07-04 00:30:41 +02:00
committed by GitHub
parent 302d0f830c
commit b0d9ec8a82
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ namespace Ryujinx.Graphics.Gpu.Engine
qmd.CtaRasterHeight,
qmd.CtaRasterDepth);
UpdateShaderState(state);
_forceShaderUpdate = true;
}
}
}