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

Method setLcdDma

gui/qt/settings.cpp:370–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370void MainWindow::setLcdDma(bool state) {
371 ui->checkDma->setChecked(state);
372 ui->checkGamma->setEnabled(state);
373 m_config->setValue(SETTING_SCREEN_DMA, state);
374 emu_set_lcd_dma(state == false ? 0 : 1);
375}
376
377void MainWindow::setLcdGamma(bool state) {
378 ui->checkGamma->setChecked(state);

Callers

nothing calls this directly

Calls 1

emu_set_lcd_dmaFunction · 0.85

Tested by

no test coverage detected