Tie Speed to CPU Speed and not VPS

This commit is contained in:
Sam Belliveau
2023-01-29 13:33:48 -05:00
parent 41272dc5f1
commit ebf114aef5
3 changed files with 10 additions and 8 deletions

View File

@ -47,7 +47,7 @@ public:
private:
PerformanceTracker m_fps_counter{"render_times.txt"};
PerformanceTracker m_vps_counter{"vblank_times.txt"};
PerformanceTracker m_speed_counter{std::nullopt, 500000};
PerformanceTracker m_speed_counter{std::nullopt, 1000000};
double m_graph_max_time = 0.0;