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

Method timeoutFpsSpeed

gui/qt/mainwindow.cpp:1631–1633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1629}
1630
1631void MainWindow::timeoutFpsSpeed() {
1632 showFpsSpeed(0.0, 0.0);
1633}
1634
1635void MainWindow::lcdUpdate(double emuFps) {
1636 static double guiFrameTime = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected