mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Stop logging fps statistics twice on quit (#13369)
This commit is contained in:
parent
2c7d2bcc18
commit
6ee92d8583
@ -1528,7 +1528,8 @@ VIDEO_DRIVER_IS_THREADED_INTERNAL(video_st);
|
||||
return;
|
||||
#endif
|
||||
|
||||
video_monitor_compute_fps_statistics(video_st->frame_time_count);
|
||||
if (video_st->data)
|
||||
video_monitor_compute_fps_statistics(video_st->frame_time_count);
|
||||
}
|
||||
|
||||
void video_driver_set_viewport_config(
|
||||
|
Loading…
x
Reference in New Issue
Block a user