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

Method setLcdResponse

gui/qt/settings.cpp:383–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383void MainWindow::setLcdResponse(bool state) {
384 ui->checkResponse->setChecked(state);
385 m_config->setValue(SETTING_SCREEN_RESPONSE, state);
386 emit setLcdResponseMode(state);
387}
388
389void MainWindow::setDebugLcdDma(bool state) {
390 ui->checkDebugDma->setChecked(state);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected