ATTN mmicko - reverted wav output fix "video.c : recompute_speed even if we skip frame, makes wav's output same for any frameskip (nw)"

This broke auto-frameskipping. MAME was unable to correct itself after a hickup and would continue frameskipping and fluctuate speed between 95 and 105%.
This commit is contained in:
hap 2015-08-15 23:35:35 +02:00
parent fe8e6aca65
commit f60e6f36fe

View File

@ -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