mirror of
https://github.com/libretro/pcsx2.git
synced 2025-02-12 21:28:26 +00:00
gsdx:windows: Show tooltips on main dialog
This commit is contained in:
parent
48bba4d581
commit
e6b9805167
@ -188,6 +188,13 @@ void GSSettingsDlg::OnInit()
|
||||
SendMessage(GetDlgItem(m_hWnd, IDC_SWTHREADS), UDM_SETRANGE, 0, MAKELPARAM(16, 0));
|
||||
SendMessage(GetDlgItem(m_hWnd, IDC_SWTHREADS), UDM_SETPOS, 0, MAKELPARAM(theApp.GetConfig("extrathreads", 0), 0));
|
||||
|
||||
AddTooltip(IDC_FILTER);
|
||||
AddTooltip(IDC_CRC_LEVEL);
|
||||
AddTooltip(IDC_PALTEX);
|
||||
AddTooltip(IDC_ACCURATE_DATE);
|
||||
AddTooltip(IDC_ACCURATE_BLEND_UNIT);
|
||||
AddTooltip(IDC_TC_DEPTH);
|
||||
|
||||
UpdateControls();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user