Do video driver monitor reset after fastforwarding; helps prevent

the building up of big frametime deviations
This commit is contained in:
twinaphex 2019-08-24 09:17:54 +02:00
parent 02dccb0396
commit b6c92d5a66

View File

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