Home
last modified time | relevance | path

Searched refs:IDC_COMPATIBLE (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/uae/uae-0.8.29/src/od-win32/
H A Dresource.h181 #define IDC_COMPATIBLE 1214 macro
H A Dwin32gui.c2309 EnableWindow (GetDlgItem (hDlg, IDC_COMPATIBLE), workprefs.cpu_level == 0); in enable_for_cpudlg()
2323 CheckDlgButton (hDlg, IDC_COMPATIBLE, workprefs.cpu_compatible); in values_to_cpudlg()
2339 workprefs.cpu_compatible = IsDlgButtonChecked (hDlg, IDC_COMPATIBLE); in values_from_cpudlg()
H A Dwinuae.rc149 CONTROL "More compatible",IDC_COMPATIBLE,"Button",
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-qt/
H A Dpuae_mainwindow.cpp1581 ui->IDC_COMPATIBLE->setEnabled(!workprefs.cpu_cycle_exact && !workprefs.cachesize); in enable_for_cpudlg()
1602 ui->IDC_COMPATIBLE->setChecked(workprefs.cpu_compatible); in values_to_cpudlg()
1694 … workprefs.cpu_compatible = workprefs.cpu_cycle_exact | (ui->IDC_COMPATIBLE->isChecked() ? 1 : 0); in values_from_cpudlg()