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

Method setFrameskip

gui/qt/lcdwidget.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void LCDWidget::setFrameskip(int value) {
205 m_frameskip = value;
206 m_skip = value;
207}
208
209void LCDWidget::setUpscaleMethod(int value) {
210 m_upscale = static_cast<UpscaleMethod>(value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected