GPU: Disable display when CRTC configuration is invalid
This commit is contained in:
@ -552,7 +552,7 @@ void GPU_HW_D3D11::UpdateDisplay()
|
||||
const u32 scaled_display_height = display_height * m_resolution_scale;
|
||||
const bool interlaced = IsInterlacedDisplayEnabled();
|
||||
|
||||
if (m_GPUSTAT.display_disable)
|
||||
if (IsDisplayDisabled())
|
||||
{
|
||||
m_host_display->ClearDisplayTexture();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user