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

Method setLcdFullscreen

gui/qt/settings.cpp:749–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747}
748
749void MainWindow::setLcdFullscreen(int value) {
750 m_config->setValue(SETTING_SCREEN_FULLSCREEN, value);
751 ui->fullscreenLCD->setCurrentIndex(value);
752 ui->lcd->setFullscreenArea(value);
753}
754
755void MainWindow::setSkinToggle(bool enable) {
756 m_config->setValue(SETTING_SCREEN_SKIN, enable);

Callers

nothing calls this directly

Calls 1

setFullscreenAreaMethod · 0.80

Tested by

no test coverage detected