mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
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:
parent
fe8e6aca65
commit
f60e6f36fe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user