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

Method setDebugDisasmUppercase

gui/qt/settings.cpp:343–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343void MainWindow::setDebugDisasmUppercase(bool state) {
344 ui->checkDisasmUppercase->setChecked(state);
345 m_config->setValue(SETTING_DEBUGGER_UPPERCASE, state);
346 disasm.uppercase = state;
347 if (guiDebug) {
348 disasmUpdate();
349 }
350}
351
352void MainWindow::setDebugDisasmSpace(bool state) {
353 ui->checkAddSpace->setChecked(state);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected