| 1629 | } |
| 1630 | |
| 1631 | void MainWindow::timeoutFpsSpeed() { |
| 1632 | showFpsSpeed(0.0, 0.0); |
| 1633 | } |
| 1634 | |
| 1635 | void MainWindow::lcdUpdate(double emuFps) { |
| 1636 | static double guiFrameTime = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected