mirror of https://github.com/PCSX2/pcsx2.git
GSdx-gui: Properly grays out Dithering(PgDn) in software and none renderers. (#3722)
This commit is contained in:
parent
fe10f23994
commit
e8b16bb145
|
@ -344,6 +344,7 @@ void GSSettingsDlg::UpdateControls()
|
|||
EnableWindow(GetDlgItem(m_hWnd, IDC_UPSCALE_MULTIPLIER_TEXT), hw);
|
||||
EnableWindow(GetDlgItem(m_hWnd, IDC_PALTEX), hw);
|
||||
EnableWindow(GetDlgItem(m_hWnd, IDC_DITHERING), hw);
|
||||
EnableWindow(GetDlgItem(m_hWnd, IDC_DITHERING_TEXT), hw);
|
||||
|
||||
INT_PTR filter;
|
||||
if (ComboBoxGetSelData(IDC_FILTER, filter))
|
||||
|
|
Loading…
Reference in New Issue