mirror of https://github.com/PCSX2/pcsx2.git
GSdx-gui: Enable "Disable Depth Emulation" option for Direct3D11.
This commit is contained in:
parent
ade00f8a70
commit
ecbd8d9f2f
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue