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

Method setThrottle

gui/qt/settings.cpp:643–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641}
642
643void MainWindow::setThrottle(int mode) {
644 ui->checkThrottle->setChecked(mode == Qt::Checked);
645 emu.setThrottle(mode == Qt::Checked);
646}
647
648void MainWindow::setAutoUpdates(int state) {
649 m_config->setValue(SETTING_AUTOUPDATE, state);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected