MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / setDebugDisasmTab

Method setDebugDisasmTab

gui/qt/settings.cpp:361–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void 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
370void MainWindow::setLcdDma(bool state) {
371 ui->checkDma->setChecked(state);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected