Removed the Win32 UI and the legacy makefiles.

This commit is contained in:
OBattler
2024-03-15 18:16:21 +01:00
parent 5fdf6dfb79
commit 2c5a460d23
128 changed files with 76 additions and 35204 deletions

View File

@@ -206,7 +206,6 @@ SettingsStorageControllers::onCurrentMachineChanged(int machineId)
ui->checkBoxCassette->setEnabled(false);
}
ui->checkBoxLbaEnhancer->setEnabled(device_available(&lba_enhancer_device));
ui->checkBoxLbaEnhancer->setChecked(lba_enhancer_enabled > 0 && device_available(&lba_enhancer_device));
ui->pushButtonConfigureLbaEnhancer->setEnabled(ui->checkBoxLbaEnhancer->isChecked());
}