Skip to content

Commit

Permalink
GSdx-gui: Enable "Disable Depth Emulation" option for Direct3D11.
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningterror committed Dec 4, 2018
1 parent e038afb commit 5ce9e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/GSdx/Window/GSSettingsDlg.cpp
Expand Up @@ -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);

Expand Down

0 comments on commit 5ce9e16

Please sign in to comment.