Fix compute restore of previous shader state (#1352)

This commit is contained in:
gdkchan 2020-07-03 19:30:41 -03:00 committed by GitHub
parent 302d0f830c
commit b0d9ec8a82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -163,7 +163,7 @@ namespace Ryujinx.Graphics.Gpu.Engine
qmd.CtaRasterHeight,
qmd.CtaRasterDepth);
UpdateShaderState(state);
_forceShaderUpdate = true;
}
}
}