| 359 | } |
| 360 | |
| 361 | void MainWindow::setDebugDisasmTab(bool state) { |
| 362 | ui->checkOperandTab->setChecked(state); |
| 363 | m_config->setValue(SETTING_DEBUGGER_DISASM_TAB, state); |
| 364 | disasm.tab = state; |
| 365 | if (guiDebug) { |
| 366 | disasmUpdate(); |
| 367 | } |
| 368 | } |
| 369 | |
| 370 | void MainWindow::setLcdDma(bool state) { |
| 371 | ui->checkDma->setChecked(state); |
nothing calls this directly
no outgoing calls
no test coverage detected