Home
last modified time | relevance | path

Searched refs:IDC_REV_STEREO (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/snes9x-gtk/snes9x-1.54.1/win32/rsrc/
H A Dresource.h46 #define IDC_REV_STEREO 1007 macro
H A Dsnes9x.rc74 …CONTROL "&Reverse Stereo",IDC_REV_STEREO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,183,53,94,10
/dports/emulators/snes9x-gtk/snes9x-1.54.1/win32/
H A Dwsnes9x.cpp4493 else EnableWindow(GetDlgItem(hDlg, IDC_REV_STEREO), FALSE); in DlgSoundConf()
4495 SendDlgItemMessage(hDlg,IDC_REV_STEREO,BM_SETCHECK,BST_CHECKED,0); in DlgSoundConf()
4533 Settings.ReverseStereo=IsDlgButtonChecked(hDlg, IDC_REV_STEREO); in DlgSoundConf()
4593 EnableWindow(GetDlgItem(hDlg, IDC_REV_STEREO), TRUE); in DlgSoundConf()
4595 else EnableWindow(GetDlgItem(hDlg, IDC_REV_STEREO), FALSE); in DlgSoundConf()