| 1612 | } |
| 1613 | |
| 1614 | void MainWindow::timeoutEmuSpeed() { |
| 1615 | m_speedLabel.setText(QStringLiteral(" ") + tr("Emulated Speed: ") + tr("N/A")); |
| 1616 | } |
| 1617 | |
| 1618 | void MainWindow::showFpsSpeed(double emuFps, double guiFps) { |
| 1619 | static double guiFpsPrev = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected