GSdx-gui: Enable "Disable Depth Emulation" option for Direct3D11.

This commit is contained in:
lightningterror 2018-12-04 16:25:19 +01:00
parent ade00f8a70
commit ecbd8d9f2f
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ void GSHacksDlg::OnInit()
EnableWindow(GetDlgItem(m_hWnd, IDC_MSAA_TEXT), !ogl);
// OpenGL-only hacks:
EnableWindow(GetDlgItem(m_hWnd, IDC_TC_DEPTH), ogl);
EnableWindow(GetDlgItem(m_hWnd, IDC_TC_DEPTH), !dx9);
EnableWindow(GetDlgItem(m_hWnd, IDC_TRI_FILTER), ogl);
EnableWindow(GetDlgItem(m_hWnd, IDC_TRI_FILTER_TEXT), ogl);