mirror of https://github.com/PCSX2/pcsx2.git
ZeroGS: Remove a duplicate condition in RenderCRTC
This commit is contained in:
parent
c5d2343f51
commit
cb5b265dcd
|
@ -3243,9 +3243,7 @@ void ZeroGS::RenderCRTC(int interlace)
|
|||
|
||||
if( ptarg->fbh - dby < texframe.th-movy && !bUsingStencil ) {
|
||||
|
||||
if( !bUsingStencil ) {
|
||||
pd3dDevice->Clear(0, NULL, D3DCLEAR_STENCIL, 0, 1, 0);
|
||||
}
|
||||
pd3dDevice->Clear(0, NULL, D3DCLEAR_STENCIL, 0, 1, 0);
|
||||
bUsingStencil = 1;
|
||||
SETRS(D3DRS_STENCILENABLE, TRUE);
|
||||
SETRS(D3DRS_STENCILPASS, D3DSTENCILOP_REPLACE);
|
||||
|
|
Loading…
Reference in New Issue