Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
209
void LCDWidget::setUpscaleMethod(int value) {
210
m_upscale = static_cast<UpscaleMethod>(value);
211
}
212
213
void LCDWidget::setFullscreenArea(int value) {
214
m_fullscreenArea = static_cast<FullscreenArea>(value);
Callers
1
setLcdUpscale
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected