Do video driver monitor reset after fastforwarding; helps prevent
the building up of big frametime deviations
This commit is contained in:
parent
02dccb0396
commit
b6c92d5a66
|
@ -23964,7 +23964,10 @@ static void update_fastforwarding_state(void)
|
|||
else
|
||||
{
|
||||
if (menu_widgets_inited)
|
||||
{
|
||||
menu_widgets_fast_forward = false;
|
||||
video_driver_monitor_reset();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue