diff options
-rw-r--r-- | src/emu/video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video.c b/src/emu/video.c index a3b614f6a34..adc2888b2e7 100644 --- a/src/emu/video.c +++ b/src/emu/video.c @@ -239,7 +239,7 @@ void video_manager::frame_update(bool debug) update_frameskip(); // update speed computations - if (!debug) + if (!debug && !skipped_it) recompute_speed(current_time); // call the end-of-frame callback |