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

Method setLcdGamma

gui/qt/settings.cpp:377–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377void MainWindow::setLcdGamma(bool state) {
378 ui->checkGamma->setChecked(state);
379 m_config->setValue(SETTING_SCREEN_GAMMA, state);
380 emu_set_lcd_gamma(state == false ? 0 : 1);
381}
382
383void MainWindow::setLcdResponse(bool state) {
384 ui->checkResponse->setChecked(state);

Callers

nothing calls this directly

Calls 1

emu_set_lcd_gammaFunction · 0.85

Tested by

no test coverage detected