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

Method setDebugDisasmImplict

gui/qt/settings.cpp:334–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334void MainWindow::setDebugDisasmImplict(bool state) {
335 ui->checkDisasmImplict->setChecked(state);
336 m_config->setValue(SETTING_DEBUGGER_IMPLICT, state);
337 disasm.implicit = state;
338 if (guiDebug) {
339 disasmUpdate();
340 }
341}
342
343void MainWindow::setDebugDisasmUppercase(bool state) {
344 ui->checkDisasmUppercase->setChecked(state);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected