|
|
| version 1.1.1.1, 2003/10/16 17:59:28 | version 1.2, 2003/10/18 09:02:38 |
|---|---|
| Line 935 static LRESULT CALLBACK SPBoptDlgProc(HW | Line 935 static LRESULT CALLBACK SPBoptDlgProc(HW |
| np2cfg.spb_vrl = b; | np2cfg.spb_vrl = b; |
| update |= SYS_UPDATECFG; | update |= SYS_UPDATECFG; |
| } | } |
| // FM_setVR(np2cfg.spb_vrc, np2cfg.spb_vrl); | opngen_setVR(np2cfg.spb_vrc, np2cfg.spb_vrl); |
| b = (BYTE)(Button_GetCheck(GetDlgItem(hWnd, IDC_SPBREVERSE))? 1:0); | b = (BYTE)(Button_GetCheck(GetDlgItem(hWnd, IDC_SPBREVERSE))? 1:0); |
| if (np2cfg.spb_x != b) { | if (np2cfg.spb_x != b) { |
| np2cfg.spb_x = b; | np2cfg.spb_x = b; |