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

Method timeoutEmuSpeed

gui/qt/mainwindow.cpp:1614–1616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1612}
1613
1614void MainWindow::timeoutEmuSpeed() {
1615 m_speedLabel.setText(QStringLiteral(" ") + tr("Emulated Speed: ") + tr("N/A"));
1616}
1617
1618void MainWindow::showFpsSpeed(double emuFps, double guiFps) {
1619 static double guiFpsPrev = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected