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

Method setUpscaleMethod

gui/qt/lcdwidget.cpp:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void LCDWidget::setUpscaleMethod(int value) {
210 m_upscale = static_cast<UpscaleMethod>(value);
211}
212
213void LCDWidget::setFullscreenArea(int value) {
214 m_fullscreenArea = static_cast<FullscreenArea>(value);

Callers 1

setLcdUpscaleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected