Proper RTC emulation based on work by Mahod.
Updated README.md. Updated AMD makefile.
This commit is contained in:
@@ -339,7 +339,6 @@ static BOOL CALLBACK config_dlgproc(HWND hdlg, UINT message, WPARAM wParam, LPAR
|
||||
|
||||
h = GetDlgItem(hdlg, IDC_CHECKSYNC);
|
||||
enable_sync = SendMessage(h, BM_GETCHECK, 0, 0);
|
||||
update_sync();
|
||||
|
||||
h = GetDlgItem(hdlg, IDC_CHECKSERIAL);
|
||||
temp_always_serial = SendMessage(h, BM_GETCHECK, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user