mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
D3D: RestoreState no longer resets PS resources
This commit is contained in:
parent
0c5a572f8d
commit
88d11ec5b2
2 changed files with 1 additions and 4 deletions
|
@ -1027,9 +1027,6 @@ void Renderer::ApplyState(bool bUseDstAlpha)
|
||||||
|
|
||||||
void Renderer::RestoreState()
|
void Renderer::RestoreState()
|
||||||
{
|
{
|
||||||
ID3D11ShaderResourceView* shader_resources[8] = { nullptr };
|
|
||||||
D3D::context->PSSetShaderResources(0, 8, shader_resources);
|
|
||||||
|
|
||||||
D3D::stateman->PopBlendState();
|
D3D::stateman->PopBlendState();
|
||||||
D3D::stateman->PopDepthState();
|
D3D::stateman->PopDepthState();
|
||||||
D3D::stateman->PopRasterizerState();
|
D3D::stateman->PopRasterizerState();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue