mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Buildfix for the last commit.
This commit is contained in:
@ -611,6 +611,7 @@ void Renderer::ClearScreen(const EFBRectangle& rc, bool colorEnable, bool alphaE
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
D3D::ChangeRenderState(D3DRS_ZENABLE, FALSE);
|
D3D::ChangeRenderState(D3DRS_ZENABLE, FALSE);
|
||||||
|
}
|
||||||
|
|
||||||
// Update the viewport for clearing the target EFB rect
|
// Update the viewport for clearing the target EFB rect
|
||||||
TargetRectangle targetRc = ConvertEFBRectangle(rc);
|
TargetRectangle targetRc = ConvertEFBRectangle(rc);
|
||||||
|
Reference in New Issue
Block a user