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

Method setFrameskip

gui/qt/settings.cpp:182–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void MainWindow::setFrameskip(int value) {
183 m_config->setValue(SETTING_CAPTURE_FRAMESKIP, value);
184 ui->apngSkip->setValue(value);
185 ui->apngSkipDisplay->setText(QString::number((ui->guiSkip->value() + 1) * (ui->apngSkip->value() + 1) - 1));
186}
187
188void MainWindow::setOptimizeRecord(bool state) {
189 ui->checkOptimizeRecording->setChecked(state);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected