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

Method setLcdUpscale

gui/qt/settings.cpp:743–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741}
742
743void MainWindow::setLcdUpscale(int value) {
744 m_config->setValue(SETTING_SCREEN_UPSCALE, value);
745 ui->upscaleLCD->setCurrentIndex(value);
746 ui->lcd->setUpscaleMethod(value);
747}
748
749void MainWindow::setLcdFullscreen(int value) {
750 m_config->setValue(SETTING_SCREEN_FULLSCREEN, value);

Callers

nothing calls this directly

Calls 1

setUpscaleMethodMethod · 0.80

Tested by

no test coverage detected